Skip to content

Commit

Permalink
fix bug using workload identity issue #161 (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy authored Oct 5, 2020
1 parent d2449ed commit c11ff88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/velero/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 1.5.1
description: A Helm chart for velero
name: velero
version: 2.13.0
version: 2.13.1
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
3 changes: 2 additions & 1 deletion charts/velero/templates/serviceaccount-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ kind: ServiceAccount
metadata:
name: {{ include "velero.serverServiceAccount" . }}
{{- if .Values.serviceAccount.server.annotations }}
annotations: {{ toYaml .Values.serviceAccount.server.annotations | nindent 4 }}
annotations:
{{ toYaml .Values.serviceAccount.server.annotations | nindent 4 }}
{{- end }}
labels:
app.kubernetes.io/name: {{ include "velero.name" . }}
Expand Down

0 comments on commit c11ff88

Please sign in to comment.