pmint93 / helm-charts

My helm charts
https://pmint93.github.io/helm-charts/
Apache License 2.0
73 stars 72 forks source link

feat(pgbouncer): add support for service account & sidecars in the pod #96

Closed OlivierCharuel closed 8 months ago

OlivierCharuel commented 8 months ago

This contrib allows to spin out a sidecar in the pod (e.g. gcloudsqlproxy to provide an extra layer of security/ease between our apps and PG instances) this feature require a service-account to be mounted in the workload.

Thanks !

pmint93 commented 8 months ago

Thanks for contributing @OlivierCharuel Looks good to me but please update configuration docs in README.md accordingly.

OlivierCharuel commented 8 months ago

Hello @pmint93. I updated the configuration docs in README.md.

Thank you