Skip to content

Commit

Permalink
Merge pull request #64 from jenting/remove-minio
Browse files Browse the repository at this point in the history
Remove provider minio
  • Loading branch information
nrb authored Feb 27, 2020
2 parents ccb3719 + 9374db8 commit 8bf372c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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.2.0
description: A Helm chart for velero
name: velero
version: 2.8.8
version: 2.8.9
home: https://github.com/vmware-tanzu/velero
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
sources:
Expand Down
10 changes: 2 additions & 8 deletions charts/velero/templates/restic-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,16 @@ spec:
fieldPath: spec.nodeName
- name: VELERO_SCRATCH_DIR
value: /scratch
{{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }}
{{- if and .Values.credentials.useSecret (or (eq $provider "aws") (eq $provider "gcp") (eq $provider "alibabacloud")) }}
{{- if eq $provider "aws" }}
- name: AWS_SHARED_CREDENTIALS_FILE
value: /credentials/cloud
{{- else if eq $provider "gcp" }}
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /credentials/cloud
{{- else }}
- name: ALIBABA_CLOUD_CREDENTIALS_FILE
value: /credentials/cloud
{{- end }}
{{- end }}
{{- if eq $provider "minio" }}
- name: AWS_SHARED_CREDENTIALS_FILE
value: /credentials/cloud
{{- end }}
{{- end }}
securityContext:
privileged: {{ .Values.restic.privileged }}
{{- with .Values.restic.resources }}
Expand Down

0 comments on commit 8bf372c

Please sign in to comment.