File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22appVersion : 1.2.0
33description : A Helm chart for velero
44name : velero
5- version : 2.8.0
5+ version : 2.8.1
66home : https://github.com/vmware-tanzu/velero
77icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
88sources :
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ apiVersion: v1
33kind : ServiceAccount
44metadata :
55 name : {{ include "velero.serverServiceAccount" . }}
6+ {{- if .Values.serviceAccount.server.annotations }}
7+ annotations : {{ toYaml .Values.serviceAccount.server.annotations | nindent 4 }}
8+ {{- end }}
69 labels :
710 app.kubernetes.io/name : {{ include "velero.name" . }}
811 app.kubernetes.io/instance : {{ .Release.Name }}
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ serviceAccount:
151151 server :
152152 create : true
153153 name :
154+ annotations :
154155
155156# Info about the secret to be used by the Velero deployment, which
156157# should contain credentials for the cloud provider IAM account you've
You can’t perform that action at this time.
0 commit comments