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 }}
|
{{- end }}
|
||||||
serviceAccountName: {{ .Values.serviceAccount.name }}
|
serviceAccountName: {{ .Values.serviceAccount.name }}
|
||||||
containers:
|
containers:
|
||||||
image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
- image: "{{ .Values.controller.image.repository }}:{{ .Values.controller.image.tag }}"
|
||||||
{{- if not .Values.clusterInstall }}
|
{{- if not .Values.clusterInstall }}
|
||||||
args:
|
args:
|
||||||
- --namespaced
|
- --namespaced
|
||||||
|
|
Loading…
Reference in a new issue