This commit is contained in:
D4rk4 2020-08-01 20:59:27 +02:00
parent 7e4935174a
commit 1b9a650a19

View file

@ -9,9 +9,9 @@ metadata:
release: {{ .Release.Name }}
type: Opaque
data:
{{- if .Values.secrets.htpasswd }}
htpasswd: {{ .Values.secrets.htpasswd | b64enc }}
{{- end }}
# {{- if .Values.secrets.htpasswd }}
# htpasswd: {{ .Values.secrets.htpasswd | b64enc }}
# {{- end }}
{{- if .Values.secrets.haSharedSecret }}
haSharedSecret: {{ .Values.secrets.haSharedSecret | b64enc | quote }}
{{- else }}