Skip to content

Commit

Permalink
allow empty password
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Dec 16, 2023
1 parent 8964899 commit 564a4f2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ spec:
image: mariadb:10.11.6
imagePullPolicy: IfNotPresent

env:
- name: MARIADB_ALLOW_EMPTY_ROOT_PASSWORD
value: true

port: 3306

volumeClaimTemplate:
Expand Down

0 comments on commit 564a4f2

Please sign in to comment.