Skip to content

Commit 9dea0b6

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/velero/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ appVersion: 1.14.0
33
kubeVersion: ">=1.16.0-0"
44
description: A Helm chart for velero
55
name: velero
6-
version: 7.1.0
6+
version: 7.1.1
77
home: https://github.com/vmware-tanzu/velero
88
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
99
sources:

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)