forked from k-space/kube
explicitly use docker library
This commit is contained in:
@@ -80,7 +80,7 @@ spec:
|
||||
imagePullPolicy: IfNotPresent
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql
|
||||
image: mirror.gcr.io/library/mysql:latest
|
||||
command:
|
||||
- /bin/bash
|
||||
- '-c'
|
||||
|
Reference in New Issue
Block a user