Allow templating in server extraInitContainer
Signed-off-by: PidgeyBE <pidgey.be@gmail.com> Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu>
This commit is contained in:
parent
3c4b6b86b2
commit
a6d0afbcae
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ spec:
|
|||
{{- end }}
|
||||
{{- with .Values.server.extraInitContainers }}
|
||||
initContainers:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- tpl . $ | toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: argo-server
|
||||
|
|
Loading…
Reference in a new issue