From 0041f31d770a05fae7d1b95bead79ce2f29c3bec Mon Sep 17 00:00:00 2001 From: Domenico Caruso Date: Wed, 6 Feb 2019 17:31:39 +0100 Subject: [PATCH] Fix gcs credentials location (#11189) * Fix gcs credentials location Signed-off-by: Domenico Caruso * Update patch version Signed-off-by: Domenico Caruso --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/deployment.yaml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index d82698a63532..0953ed2a29bc 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -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 diff --git a/stable/minio/templates/deployment.yaml b/stable/minio/templates/deployment.yaml index f48f2c962deb..a269c197bcf1 100644 --- a/stable/minio/templates/deployment.yaml +++ b/stable/minio/templates/deployment.yaml @@ -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 }}