From bedebe60b81a18764939b02ab4663c21bdced7d5 Mon Sep 17 00:00:00 2001 From: chgl Date: Wed, 28 Apr 2021 21:01:22 +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 ca69d0c4..3633655a 100644 --- a/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml +++ b/charts/argo-workflows/templates/controller/workflow-controller-deployment.yaml @@ -99,6 +99,6 @@ spec: affinity: {{- toYaml . | nindent 8 }} {{- end }} - {{- if .Values.controller.priorityClassName }} - priorityClassName: {{ .Values.controller.priorityClassName }} + {{- with .Values.controller.priorityClassName }} + priorityClassName: {{ . }} {{- end }}