We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The helm chart for the postgres-operator has options for setting the pod labels, eg.
postgres-operator/charts/postgres-operator/values.yaml
Line 14 in 45489d3
postgres-operator/charts/postgres-operator/templates/deployment.yaml
Line 31 in 45489d3
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?
The text was updated successfully, but these errors were encountered:
yes, please. 😃
Sorry, something went wrong.
#2828
No branches or pull requests
The helm chart for the postgres-operator has options for setting the pod labels,
eg.
postgres-operator/charts/postgres-operator/values.yaml
Line 14 in 45489d3
postgres-operator/charts/postgres-operator/templates/deployment.yaml
Line 31 in 45489d3
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?
The text was updated successfully, but these errors were encountered: