Skip to content

Commit 2c371ad

Browse files
committed
Fix options for mysql 8.4
1 parent 5da3861 commit 2c371ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.helm/templates/database.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ spec:
1414
spec:
1515
containers:
1616
- name: mysql
17-
image: mysql:8
18-
args: ["--mysql-native-password=ON", "--default-authentication-plugin=mysql_native_password"]
17+
image: mysql:8.0
18+
args: ["--default-authentication-plugin=mysql_native_password"]
1919
ports:
2020
- containerPort: 3306
2121
env:

0 commit comments

Comments
 (0)