Skip to content

Commit

Permalink
fix hoard secrets id (helm#11835)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Hill <[email protected]>
  • Loading branch information
gregdhill authored and k8s-ci-robot committed Feb 28, 2019
1 parent 6f32c93 commit 1f18aa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/hoard/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hoard
version: 0.6.5
version: 0.6.6
appVersion: 3.0.0
description: Hoard is a stateless, deterministically encrypted, content-addressed object store
home: https://github.com/monax/hoard
Expand Down
4 changes: 2 additions & 2 deletions stable/hoard/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ data:
{{- if .Values.openpgp }}

[Secrets.OpenPGP]
ID = "{{ .Values.openpgp.id }}"
PrivateID = "{{ .Values.openpgp.id }}"
File = "/secrets/keyring"

{{- end }}

{{- range $key, $val := .Values.secrets }}

[[Secrets.Symmetric]]
ID = {{ $key | quote }}
PublicID = {{ $key | quote }}
Passphrase = {{ $val | quote }}

{{- end }}
Expand Down

0 comments on commit 1f18aa5

Please sign in to comment.