mysql: fix root user creation (#442)

This commit is contained in:
Andrei Kvapil
2024-10-21 12:42:02 +02:00
committed by GitHub
parent 199a576378
commit 0c7f062d97

View File

@@ -8,7 +8,7 @@
{{- end }}
{{- $usersWithRoot := .Values.users }}
{{- if (and .Values.users.root .Values.users.root.password) }}
{{- if not (and .Values.users.root .Values.users.root.password) }}
{{- $_ := set $usersWithRoot "root" dict }}
{{- end }}