From f089fdc2d822c7e0f2c215bf9bad316faf03ae2d Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Tue, 10 Aug 2021 23:23:42 +0100 Subject: [PATCH] Update charts/argo-workflows/templates/server/server-deployment.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Oliver Bähler Signed-off-by: Mike Bryant --- charts/argo-workflows/templates/server/server-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/templates/server/server-deployment.yaml b/charts/argo-workflows/templates/server/server-deployment.yaml index b2eb5b8a..21917c43 100644 --- a/charts/argo-workflows/templates/server/server-deployment.yaml +++ b/charts/argo-workflows/templates/server/server-deployment.yaml @@ -80,8 +80,8 @@ spec: {{- with .Values.server.volumeMounts }} {{- toYaml . | nindent 10}} {{- end }} - {{- if .Values.server.extraContainers }} - {{ toYaml .Values.server.extraContainers | nindent 8}} + {{- with .Values.server.extraContainers }} + {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.images.pullSecrets }} imagePullSecrets: