fix(argo): --pod-workers template context
Signed-off-by: Alec Buckenheimer <abuckenheimer@gmail.com>
This commit is contained in:
parent
af9a14a1ec
commit
269e82a176
1 changed files with 1 additions and 1 deletions
2
charts/argo/templates/workflow-controller-deployment.yaml
Normal file → Executable file
2
charts/argo/templates/workflow-controller-deployment.yaml
Normal file → Executable file
|
@ -51,7 +51,7 @@ spec:
|
|||
- "--workflow-workers"
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.controller.podWorkers }}
|
||||
{{- with .Values.controller.podWorkers }}
|
||||
- "--pod-workers"
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue