fix
This commit is contained in:
parent
7e4935174a
commit
1b9a650a19
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue