Fix gcs credentials location (#11189)

* 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>
This commit is contained in:
Domenico Caruso
2019-02-06 08:31:39 -08:00
committed by Kubernetes Prow Robot
parent 1a02ab5881
commit 0041f31d77
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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
+1 -4
View File
@@ -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 }}