Forcing mysql version 5.6
to work around breaking change in 5.7
This commit is contained in:
parent
f8dcaa8e30
commit
3d95fadc54
|
@ -109,7 +109,7 @@ spec:
|
||||||
- resources:
|
- resources:
|
||||||
limits :
|
limits :
|
||||||
cpu: 0.5
|
cpu: 0.5
|
||||||
image: mysql
|
image: mysql:5.6
|
||||||
name: mysql
|
name: mysql
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ROOT_PASSWORD
|
- name: MYSQL_ROOT_PASSWORD
|
||||||
|
|
Loading…
Reference in New Issue