Fix map -> array in containers
Signed-off-by: sergeyshaykhullin <sergeyshaykhullin@gmail.com>
This commit is contained in:
parent
5e46d0eba0
commit
ff29c6f10c
1 changed files with 1 additions and 1 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…
Reference in a new issue