We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88549d0 commit 113a02cCopy full SHA for 113a02c
templates/service-account.yaml
@@ -14,7 +14,7 @@ metadata:
14
heritage: "{{ .Release.Service }}"
15
release: "{{ .Release.Name }}"
16
{{- if .Values.serviceAccount.pullSecret }}
17
- imagePullSecrets:
18
- - name: "{{ .Values.serviceAccount.pullSecret }}"
+imagePullSecrets:
+- name: "{{ .Values.serviceAccount.pullSecret }}"
19
{{- end }}
20
0 commit comments