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,7 +2,7 @@ apiVersion: v1
|
|||
appVersion: v2.11.7
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.13.7
|
||||
version: 0.13.8
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
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