Skip to content

Commit

Permalink
mysql: fix root user creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Oct 21, 2024
1 parent 199a576 commit 39b4dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/mysql/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 39b4dde

Please sign in to comment.