postgres-operator
postgres-operator copied to clipboard
Missing option for pod labels in the postgres-operator-ui Chart
- Which image of the operator are you using? registry.opensource.zalan.do/acid/postgres-operator-ui:v1.10.1
- 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? Feature Request
The helm chart for the postgres-operator has options for setting the pod labels, eg.
- https://github.com/zalando/postgres-operator/blob/45489d3741b1b956c84e4779edbfd27a26970d9e/charts/postgres-operator/values.yaml#L14
- https://github.com/zalando/postgres-operator/blob/45489d3741b1b956c84e4779edbfd27a26970d9e/charts/postgres-operator/templates/deployment.yaml#L31
This option is missing in the charts for the postgres-operator-ui, and I'd like to see it here.
Reasoning: We internally control firewalling to the api-server with labels, and without the right label access is denied.
Should I open a PR for this issue?
yes, please. :smiley: