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:
parent
77a185894d
commit
974481328b
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue