File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
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.8
5+ version : 2.8.9
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 @@ -92,22 +92,16 @@ spec:
9292 fieldPath : spec.nodeName
9393 - name : VELERO_SCRATCH_DIR
9494 value : /scratch
95- {{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }}
95+ {{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }}
9696 {{- if eq $provider "aws" }}
9797 - name : AWS_SHARED_CREDENTIALS_FILE
98- value : /credentials/cloud
9998 {{- else if eq $provider "gcp" }}
10099 - name : GOOGLE_APPLICATION_CREDENTIALS
101- value : /credentials/cloud
102100 {{- else }}
103101 - name : ALIBABA_CLOUD_CREDENTIALS_FILE
104- value : /credentials/cloud
105102 {{- end }}
106- {{- end }}
107- {{- if eq $provider "minio" }}
108- - name : AWS_SHARED_CREDENTIALS_FILE
109103 value : /credentials/cloud
110- {{- end }}
104+ {{- end }}
111105 securityContext :
112106 privileged : {{ .Values.restic.privileged }}
113107 {{- with .Values.restic.resources }}
You can’t perform that action at this time.
0 commit comments