mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix hoard required in dep (#11011)
Signed-off-by: Gregory Hill <greg.hill@monax.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
7b1ef32167
commit
439aeac01b
@@ -1,5 +1,5 @@
|
||||
name: hoard
|
||||
version: 0.6.0
|
||||
version: 0.6.1
|
||||
appVersion: 1.1.5
|
||||
description: Hoard is a stateless, deterministically encrypted, content-addressed object store
|
||||
home: https://github.com/monax/hoard
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
key: secret-access-key
|
||||
{{- end }}
|
||||
{{- if eq .Values.storage.type "gcs" }}
|
||||
{{ required "A valid storage credential is required." .Values.storage.credentialsSecret }}
|
||||
- name: GCLOUD_SERVICE_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user