Skip to content

Commit 8bf372c

Browse files
authored
Merge pull request #64 from jenting/remove-minio
Remove provider minio
2 parents ccb3719 + 9374db8 commit 8bf372c

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

charts/velero/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: 1.2.0
33
description: A Helm chart for velero
44
name: velero
5-
version: 2.8.8
5+
version: 2.8.9
66
home: https://github.com/vmware-tanzu/velero
77
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
88
sources:

charts/velero/templates/restic-daemonset.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)