restart policy removed
This commit is contained in:
parent
5a802be864
commit
a42df6275c
1 changed files with 1 additions and 2 deletions
|
@ -27,5 +27,4 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: running-container
|
- name: running-container
|
||||||
image: busybox
|
image: busybox
|
||||||
command: ["sleep", "infinity"]
|
command: ["sleep", "infinity"]
|
||||||
restartPolicy: Never
|
|
Loading…
Reference in a new issue