Skip to content

Commit

Permalink
Merge pull request #1510 from GiganticMinecraft/fix_db
Browse files Browse the repository at this point in the history
allow empty password
  • Loading branch information
outductor authored Dec 16, 2023
2 parents cd64a55 + 564a4f2 commit a06812f
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 a06812f

Please sign in to comment.