From 1050f032acfdbcee95f001d73c18cde59e7bf893 Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 28 Apr 2021 21:01:37 +0200 Subject: [PATCH] Update charts/argo-workflows/templates/controller/workflow-controller-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: chgl --- .../templates/controller/workflow-controller-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml index 3633655a..98f1b060 100644 --- a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml +++ b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml @@ -53,8 +53,8 @@ spec: - "--pod-workers" - {{ . | quote }} {{- end }} - {{- if .Values.controller.extraArgs }} - {{- toYaml .Values.controller.extraArgs | nindent 10 }} + {{- with .Values.controller.extraArgs }} + {{- toYaml . | nindent 10 }} {{- end }} securityContext: {{- toYaml .Values.controller.securityContext | nindent 12 }}