mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Forcing mysql version to 5.6
to work around breaking change in 5.7
This commit is contained in:
parent
aec25ae904
commit
6d5ef5bec1
@ -9,7 +9,7 @@ spec:
|
||||
- resources:
|
||||
limits :
|
||||
cpu: 0.5
|
||||
image: mysql
|
||||
image: mysql:5.6
|
||||
name: mysql
|
||||
env:
|
||||
- name: MYSQL_ROOT_PASSWORD
|
||||
|
Loading…
Reference in New Issue
Block a user