Skip to content

Commit 113a02c

Browse files
committed
imagePullSecrets is a top-level attribute of ServiceAccounts
1 parent 88549d0 commit 113a02c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/service-account.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
heritage: "{{ .Release.Service }}"
1515
release: "{{ .Release.Name }}"
1616
{{- if .Values.serviceAccount.pullSecret }}
17-
imagePullSecrets:
18-
- name: "{{ .Values.serviceAccount.pullSecret }}"
17+
imagePullSecrets:
18+
- name: "{{ .Values.serviceAccount.pullSecret }}"
1919
{{- end }}
2020
{{- end }}

0 commit comments

Comments
 (0)