router pod fails to run if authentication is enabled during helm upgrade (#2700)

This commit is contained in:
Shubham Bansal
2023-01-19 09:20:54 +05:30
committed by GitHub
parent 2b017f810a
commit d3a615211f
@@ -6,7 +6,7 @@ metadata:
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install,pre-upgrade
data:
username: {{ .Values.authentication.authUsername | b64enc | quote }}
password: {{ randAlphaNum 20 | b64enc | quote }}