From 269e82a1762905be585b64e1efe2f96496e31e9c Mon Sep 17 00:00:00 2001 From: Alec Buckenheimer Date: Mon, 26 Oct 2020 22:44:27 -0400 Subject: [PATCH] fix(argo): --pod-workers template context Signed-off-by: Alec Buckenheimer --- charts/argo/templates/workflow-controller-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 charts/argo/templates/workflow-controller-deployment.yaml diff --git a/charts/argo/templates/workflow-controller-deployment.yaml b/charts/argo/templates/workflow-controller-deployment.yaml old mode 100644 new mode 100755 index 74828caa..dda3df94 --- a/charts/argo/templates/workflow-controller-deployment.yaml +++ b/charts/argo/templates/workflow-controller-deployment.yaml @@ -51,7 +51,7 @@ spec: - "--workflow-workers" - {{ . | quote }} {{- end }} - {{- if .Values.controller.podWorkers }} + {{- with .Values.controller.podWorkers }} - "--pod-workers" - {{ . | quote }} {{- end }}