fix(argo): add extraArgs to controller deployment (#613)

Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
MichaelKo 2021-03-31 19:31:59 +02:00 committed by GitHub
parent 95c1ce0b75
commit d27683f40c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -55,6 +55,9 @@ spec:
- "--pod-workers"
- {{ . | quote }}
{{- end }}
{{- if .Values.controller.extraArgs }}
{{- toYaml .Values.controller.extraArgs | nindent 10 }}
{{- end }}
env:
- name: ARGO_NAMESPACE
valueFrom: