mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Issue-7911 setting the gcp credentials value (#7923)
* Issue-7911 setting the gcp credentials value Signed-off-by: adam.reynolds <adam@connected-ventures.com> * Increasing the chart version Signed-off-by: adam.reynolds <adam@connected-ventures.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -77,6 +77,7 @@ Google Cloud
|
||||
| Parameter | Description | Default |
|
||||
|--------------------------|-----------------------|-------------------|
|
||||
| `google.bucketName` | GCS bucket name | `""` |
|
||||
| `google.credentials` | GCP credentials | `""` |
|
||||
|
||||
|
||||
Amazon Web Services
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -21,6 +21,7 @@ s3:
|
||||
## Google Cloud credentials
|
||||
google:
|
||||
bucketName: ""
|
||||
credentials: ""
|
||||
|
||||
## Amazon Web Services credentials
|
||||
amazon:
|
||||
|
||||
Reference in New Issue
Block a user