mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-07-29 19:04:39 +00:00
Fix integration test
This commit is contained in:
@@ -10,7 +10,8 @@
|
|||||||
namespace: "{{ ns }}"
|
namespace: "{{ ns }}"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: busybox
|
- name: sleeper
|
||||||
|
image: busybox
|
||||||
command: ["sleep", "infinity"]
|
command: ["sleep", "infinity"]
|
||||||
|
|
||||||
block:
|
block:
|
||||||
|
|||||||
Reference in New Issue
Block a user