image: alpine:latest
This commit is contained in:
parent
a42df6275c
commit
abd7da5cd3
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: creator
|
- name: creator
|
||||||
image: busybox
|
image: alpine:latest
|
||||||
command: ["/bin/sh", "-c"]
|
command: ["/bin/sh", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue