Skip to content

Commit 4deffca

Browse files
Fix registry shared secret (#1317)
1 parent c6df5fc commit 4deffca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plural/helm/plural/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: plural
33
description: A helm chart for installing plural
44
appVersion: 0.11.4
5-
version: 0.10.84
5+
version: 0.10.85
66
dependencies:
77
- name: hydra
88
version: 0.26.5

plural/helm/plural/templates/registry-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metadata:
2929
type: Opaque
3030
data:
3131
{{- if .Values.registry.secrets.haSharedSecret }}
32-
haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
32+
haSharedSecret: {{ .Values.registry.secrets.haSharedSecret | b64enc | quote }}
3333
{{- else }}
3434
haSharedSecret: {{ randAlphaNum 16 | b64enc | quote }}
3535
{{- end }}

0 commit comments

Comments
 (0)