zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.37k stars 980 forks source link

BUG: `extraEnvs` in `deployment.yaml` for `postgres-operator` #2795

Closed Mart-Kuc closed 3 weeks ago

Mart-Kuc commented 3 weeks ago

If you want to use extraEnvs in values.yaml, the current indentation for extraEnvs causes the resulting deployment.yaml to break due to incorrect indentation.

I also made PR with fix this one problem.