fix --pod-workers helm context (#481)
Signed-off-by: Alec Buckenheimer <abuckenheimer@gmail.com>
This commit is contained in:
parent
af9a14a1ec
commit
ab8f54d3c2
2 changed files with 2 additions and 2 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…
Add table
Add a link
Reference in a new issue