fix(argo-rollouts): Fix critical deployment schema bug (#552)
* Fix map -> array in containers Signed-off-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com> * Bump chart version Signed-off-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com> Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
parent
ef64e585fe
commit
6b6254ef77
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
|||
{{- end }}
|
||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||
containers:
|
||||
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
||||
- image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
||||
{{- if not .Values.clusterInstall }}
|
||||
args:
|
||||
- --namespaced
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue