zalando / postgres-operator

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

Operator not loading Configmap #2062

Open bitbreakr opened 1 year ago

bitbreakr commented 1 year ago

I'm trying to set up the AWS S3 backup. To do so, I have used the ConfigMap from this URL -> https://github.com/zalando/postgres-operator/blob/master/manifests/configmap.yaml. It seems the operator doesn't take anything from the configMap file, even after a restart. Furthermore, the logs show those loaded default variables are not from the applied ConfigMap.

FYI, the operator was installed with Helm

CleanShot 2022-09-28 at 03 28 28@2x

FactorT commented 1 year ago

@bitbreakr for using configmap you must set pod_environment_configmap setting in operator's parameters via-configmap