We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495c1df commit ad0f4b0Copy full SHA for ad0f4b0
charts/postgres-operator-ui/values.yaml
@@ -48,6 +48,11 @@ envs:
48
teams:
49
- "acid"
50
51
+# configure extra UI ENVs
52
+# Extra ENVs are writen in kubenertes format and added "as is" to the pod's env variables
53
+# https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/
54
+# https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#environment-variables
55
+# UI specific env variables can be found here: https://github.com/zalando/postgres-operator/blob/master/ui/operator_ui/main.py
56
extraEnvs:
57
[]
58
# Exemple of settings to make snapshot view working in the ui when using AWS
0 commit comments