Skip to content

Commit

Permalink
Fix registry shared secret (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Jun 24, 2024
1 parent c6df5fc commit 4deffca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plural/helm/plural/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: plural
description: A helm chart for installing plural
appVersion: 0.11.4
version: 0.10.84
version: 0.10.85
dependencies:
- name: hydra
version: 0.26.5
Expand Down
2 changes: 1 addition & 1 deletion plural/helm/plural/templates/registry-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
type: Opaque
data:
{{- if .Values.registry.secrets.haSharedSecret }}
haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
haSharedSecret: {{ .Values.registry.secrets.haSharedSecret | b64enc | quote }}
{{- else }}
haSharedSecret: {{ randAlphaNum 16 | b64enc | quote }}
{{- end }}

0 comments on commit 4deffca

Please sign in to comment.