allow templating in .Values.configGeneral also (#2166)

This part was provided by alexey-gavrilov-flant in #1986 and is missing
by accident in #2115
This commit is contained in:
Alfred Schmid 2023-01-10 16:37:51 +01:00 committed by GitHub
parent 77a185894d
commit 974481328b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
configuration:
{{ toYaml .Values.configGeneral | indent 2 }}
{{ tpl (toYaml .Values.configGeneral) . | indent 2 }}
users:
{{ tpl (toYaml .Values.configUsers) . | indent 4 }}
major_version_upgrade: