Skip to content

Commit 5da3861

Browse files
committed
Fix options for mysql 8.4
1 parent 50dec6e commit 5da3861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.helm/templates/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
containers:
1616
- name: mysql
1717
image: mysql:8
18-
args: ["--default-authentication-plugin=mysql_native_password"]
18+
args: ["--mysql-native-password=ON", "--default-authentication-plugin=mysql_native_password"]
1919
ports:
2020
- containerPort: 3306
2121
env:

0 commit comments

Comments
 (0)