Please, answer some short questions which should help us to understand your problem / question better?
- Which image of the operator are you using?
registry.opensource.zalan.do/acid/postgres-operator:v1.8.0
- Where do you run it - cloud or metal? Kubernetes or OpenShift? Bare Metal K8s
- Are you running Postgres Operator in production? yes
- Type of issue? Bug report
The refactored env var generation (#1848) writes all env var names uppercased, which breaks proxy support in Spilo. Since env vars http_proxy, https_proxy, and no_proxy are a de-facto standard, the uppercasing should be removed.