- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1k
 
Open
Labels
Description
- 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.
podLabels: {} {{- if .Values.podLabels }} 
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?