File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: 1.11.1
3
3
kubeVersion : " >=1.16.0-0"
4
4
description : A Helm chart for velero
5
5
name : velero
6
- version : 5.0.1
6
+ version : 5.0.2
7
7
home : https://github.com/vmware-tanzu/velero
8
8
icon : https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
9
9
sources :
Original file line number Diff line number Diff line change @@ -14,6 +14,15 @@ metadata:
14
14
app.kubernetes.io/managed-by : {{ $.Release.Service }}
15
15
helm.sh/chart : {{ include "velero.chart" $ }}
16
16
spec :
17
+ {{- if not (empty .credential) }}
18
+ credential :
19
+ {{- with .credential.name }}
20
+ name : {{ . }}
21
+ {{- end }}
22
+ {{- with .credential.key }}
23
+ key : {{ . }}
24
+ {{- end }}
25
+ {{- end }}
17
26
provider : {{ .provider }}
18
27
{{- with .config }}
19
28
config :
Original file line number Diff line number Diff line change @@ -322,6 +322,11 @@ configuration:
322
322
- name :
323
323
# provider is the name for the volume snapshot provider.
324
324
provider :
325
+ credential :
326
+ # name of the secret used by this volumeSnapshotLocation.
327
+ name :
328
+ # name of key that contains the secret data to be used.
329
+ key :
325
330
# Additional provider-specific configuration. See link above
326
331
# for details of required/optional fields for your provider.
327
332
config : {}
You can’t perform that action at this time.
0 commit comments