fix --pod-workers helm context (#481)

Signed-off-by: Alec Buckenheimer <abuckenheimer@gmail.com>
This commit is contained in:
abuckenheimer 2020-11-18 15:53:44 -05:00 committed by GitHub
parent af9a14a1ec
commit ab8f54d3c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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