Skip to content

Commit 3082b78

Browse files
committed
fix: fix imagePullSecrets to velero server serviceaccount #595
Signed-off-by: Adonis Dutra <[email protected]>
1 parent bb88989 commit 3082b78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/velero/templates/serviceaccount-server.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ metadata:
1717
{{- toYaml . | nindent 4 }}
1818
{{- end }}
1919
{{- if .Values.serviceAccount.server.imagePullSecrets }}
20-
imagePullSecrets:
21-
{{- range .Values.serviceAccount.server.imagePullSecrets }}
22-
- name: {{ . }}
23-
{{- end }}
20+
imagePullSecrets:
21+
{{- range .Values.serviceAccount.server.imagePullSecrets }}
22+
- name: {{ . }}
23+
{{- end }}
2424
{{- end }}
2525
{{- end }}

0 commit comments

Comments
 (0)