Skip to content

Commit 68e2921

Browse files
committed
allow templating in .Values.configGeneral also
This part was provided by alexey-gavrilov-flant in zalando#1986 and is missing by accident in zalando#2115
1 parent 77a1858 commit 68e2921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/postgres-operator/templates/operatorconfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
app.kubernetes.io/managed-by: {{ .Release.Service }}
1111
app.kubernetes.io/instance: {{ .Release.Name }}
1212
configuration:
13-
{{ toYaml .Values.configGeneral | indent 2 }}
13+
{{ tpl (toYaml .Values.configGeneral) . | indent 2 }}
1414
users:
1515
{{ tpl (toYaml .Values.configUsers) . | indent 4 }}
1616
major_version_upgrade:

0 commit comments

Comments
 (0)