Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fix gcs credentials location (#11189)
Browse files Browse the repository at this point in the history
* Fix gcs credentials location

Signed-off-by: Domenico Caruso <domenico.caruso@de.clara.net>

* Update patch version

Signed-off-by: Domenico Caruso <domenico.caruso@de.clara.net>
  • Loading branch information
domcar authored and k8s-ci-robot committed Feb 6, 2019
1 parent 1a02ab5 commit 0041f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/minio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Minio is a high performance distributed object storage server, designed for large-scale private cloud infrastructure.
name: minio
version: 2.4.1
version: 2.4.2
appVersion: RELEASE.2019-01-16T21-44-08Z
keywords:
- storage
Expand Down
5 changes: 1 addition & 4 deletions stable/minio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ spec:
key: secretkey
{{- if .Values.gcsgateway.enabled }}
- name: GOOGLE_APPLICATION_CREDENTIALS
valueFrom:
secretKeyRef:
name: {{ template "minio.fullname" . }}
key: gcs_key.json
value: "/etc/credentials/gcs_key.json"
{{- end }}
{{- range $key, $val := .Values.environment }}
- name: {{ $key }}
Expand Down

0 comments on commit 0041f31

Please sign in to comment.