fix(argo): --pod-workers template context

Signed-off-by: Alec Buckenheimer <abuckenheimer@gmail.com>
This commit is contained in:
Alec Buckenheimer 2020-10-26 22:44:27 -04:00
parent af9a14a1ec
commit 269e82a176

View file

@ -51,7 +51,7 @@ spec:
- "--workflow-workers"
- {{ . | quote }}
{{- end }}
{{- if .Values.controller.podWorkers }}
{{- with .Values.controller.podWorkers }}
- "--pod-workers"
- {{ . | quote }}
{{- end }}