fix: wrong parameters order
This commit is contained in:
parent
af38835429
commit
5114e12483
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ spec:
|
|||
containers:
|
||||
- name: argo-server
|
||||
args:
|
||||
- --configmap={{ .Release.Name }}-{{ .Values.controller.name }}-configmap
|
||||
- server
|
||||
- --configmap={{ .Release.Name }}-{{ .Values.controller.name }}-configmap
|
||||
{{- if .Values.server.extraArgs }}
|
||||
{{- toYaml .Values.server.extraArgs | nindent 10 }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue