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 77a1858 commit 68e2921Copy full SHA for 68e2921
charts/postgres-operator/templates/operatorconfiguration.yaml
@@ -10,7 +10,7 @@ metadata:
10
app.kubernetes.io/managed-by: {{ .Release.Service }}
11
app.kubernetes.io/instance: {{ .Release.Name }}
12
configuration:
13
-{{ toYaml .Values.configGeneral | indent 2 }}
+{{ tpl (toYaml .Values.configGeneral) . | indent 2 }}
14
users:
15
{{ tpl (toYaml .Values.configUsers) . | indent 4 }}
16
major_version_upgrade:
0 commit comments