From 61cf167f0ef0d192c1058038f02bc47352b1ae95 Mon Sep 17 00:00:00 2001 From: adam-cv Date: Mon, 5 Nov 2018 20:12:00 +0000 Subject: [PATCH] Issue-7911 setting the gcp credentials value (#7923) * Issue-7911 setting the gcp credentials value Signed-off-by: adam.reynolds * Increasing the chart version Signed-off-by: adam.reynolds --- stable/pachyderm/Chart.yaml | 2 +- stable/pachyderm/README.md | 1 + stable/pachyderm/templates/pachd_secret.yaml | 1 + stable/pachyderm/values.yaml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stable/pachyderm/Chart.yaml b/stable/pachyderm/Chart.yaml index 7b55dfc426..f12778ae34 100755 --- a/stable/pachyderm/Chart.yaml +++ b/stable/pachyderm/Chart.yaml @@ -10,7 +10,7 @@ keywords: - reproducibility - distributed - processing -version: 0.1.7 +version: 0.1.8 appVersion: 1.7.3 home: "https://pachyderm.io" sources: diff --git a/stable/pachyderm/README.md b/stable/pachyderm/README.md index 37c1a5267d..beecc6a095 100644 --- a/stable/pachyderm/README.md +++ b/stable/pachyderm/README.md @@ -77,6 +77,7 @@ Google Cloud | Parameter | Description | Default | |--------------------------|-----------------------|-------------------| | `google.bucketName` | GCS bucket name | `""` | +| `google.credentials` | GCP credentials | `""` | Amazon Web Services diff --git a/stable/pachyderm/templates/pachd_secret.yaml b/stable/pachyderm/templates/pachd_secret.yaml index 0b3eb653bd..5ff93a2753 100644 --- a/stable/pachyderm/templates/pachd_secret.yaml +++ b/stable/pachyderm/templates/pachd_secret.yaml @@ -19,6 +19,7 @@ data: minio-signature: {{ toString .Values.s3.signature | b64enc | quote }} {{- else if eq .Values.credentials "google" }} google-bucket: {{ .Values.google.bucketName | b64enc | quote }} + google-cred: {{ .Values.google.credentials | b64enc | quote }} {{- else if eq .Values.credentials "amazon" }} amazon-bucket: {{ .Values.amazon.bucketName | b64enc | quote }} amazon-distribution: {{ .Values.amazon.distribution | b64enc | quote }} diff --git a/stable/pachyderm/values.yaml b/stable/pachyderm/values.yaml index 44540105ab..4902511e55 100644 --- a/stable/pachyderm/values.yaml +++ b/stable/pachyderm/values.yaml @@ -21,6 +21,7 @@ s3: ## Google Cloud credentials google: bucketName: "" + credentials: "" ## Amazon Web Services credentials amazon: