Skip to content

Commit

Permalink
fix: fix imagePullSecrets to velero server serviceaccount vmware-tanz…
Browse files Browse the repository at this point in the history
…u#595

Signed-off-by: Adonis Dutra <adonis.dutra@outsystems.com>
  • Loading branch information
adonispd committed Jun 27, 2024
1 parent bb88989 commit 9dea0b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 1.14.0
kubeVersion: ">=1.16.0-0"
description: A Helm chart for velero
name: velero
version: 7.1.0
version: 7.1.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
8 changes: 4 additions & 4 deletions charts/velero/templates/serviceaccount-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if .Values.serviceAccount.server.imagePullSecrets }}
imagePullSecrets:
{{- range .Values.serviceAccount.server.imagePullSecrets }}
- name: {{ . }}
{{- end }}
imagePullSecrets:
{{- range .Values.serviceAccount.server.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 9dea0b6

Please sign in to comment.