From a6d0afbcae60ac6ea648424e27404b1115d40490 Mon Sep 17 00:00:00 2001 From: PidgeyBE Date: Fri, 5 May 2023 13:23:45 +0200 Subject: [PATCH] Allow templating in server extraInitContainer Signed-off-by: PidgeyBE Signed-off-by: Peejai --- charts/argo-workflows/templates/server/server-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-workflows/templates/server/server-deployment.yaml b/charts/argo-workflows/templates/server/server-deployment.yaml index d75933ac..72f3b595 100644 --- a/charts/argo-workflows/templates/server/server-deployment.yaml +++ b/charts/argo-workflows/templates/server/server-deployment.yaml @@ -38,7 +38,7 @@ spec: {{- end }} {{- with .Values.server.extraInitContainers }} initContainers: - {{- toYaml . | nindent 8 }} + {{- tpl . $ | toYaml . | nindent 8 }} {{- end }} containers: - name: argo-server