fix(argo): add extraArgs to controller deployment (#613)
Co-authored-by: Alex Collins <alexec@users.noreply.github.com>
This commit is contained in:
parent
95c1ce0b75
commit
d27683f40c
3 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue