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:
PidgeyBE 2023-05-05 13:23:45 +02:00 committed by Peejai
parent 3c4b6b86b2
commit a6d0afbcae

View file

@ -38,7 +38,7 @@ spec:
{{- end }}
{{- with .Values.server.extraInitContainers }}
initContainers:
{{- toYaml . | nindent 8 }}
{{- tpl . $ | toYaml . | nindent 8 }}
{{- end }}
containers:
- name: argo-server