Skip to content

Commit ac5ffea

Browse files
committed
From what I understand this is the default behavior with 10.4+
See https://mariadb.com/kb/en/authentication-from-mariadb-104/
1 parent b3fa871 commit ac5ffea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

base/mariadb-statefulset.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ spec:
6767
- containerPort: 4568
6868
name: ist
6969
env:
70-
- name: MYSQL_ROOT_HOST
71-
value: "localhost"
72-
- name: MYSQL_ALLOW_EMPTY_PASSWORD
73-
value: "yes"
7470
- name: MYSQL_INITDB_SKIP_TZINFO
7571
value: "yes"
7672
readinessProbe:

0 commit comments

Comments
 (0)