fix: add pod and workflow workers to argo helm values (#364)

This commit is contained in:
Antoine Dao 2020-06-08 22:09:40 +01:00 committed by GitHub
parent 3d94a95f5a
commit 8e00437e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -43,6 +43,14 @@ spec:
{{- if .Values.singleNamespace }}
- "--namespaced"
{{- end }}
{{- with .Values.controller.workflowWorkers }}
- "--workflow-workers"
- {{ . | quote }}
{{- end }}
{{- if .Values.controller.podWorkers }}
- "--pod-workers"
- {{ . | quote }}
{{- end }}
env:
- name: ARGO_NAMESPACE
valueFrom: