We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6df5fc commit 4deffcaCopy full SHA for 4deffca
plural/helm/plural/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: plural
3
description: A helm chart for installing plural
4
appVersion: 0.11.4
5
-version: 0.10.84
+version: 0.10.85
6
dependencies:
7
- name: hydra
8
version: 0.26.5
plural/helm/plural/templates/registry-config.yaml
@@ -29,7 +29,7 @@ metadata:
29
type: Opaque
30
data:
31
{{- if .Values.registry.secrets.haSharedSecret }}
32
- haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
+ haSharedSecret: {{ .Values.registry.secrets.haSharedSecret | b64enc | quote }}
33
{{- else }}
34
haSharedSecret: {{ randAlphaNum 16 | b64enc | quote }}
35
{{- end }}
0 commit comments