Fix integration test

This commit is contained in:
Tristan Cacqueray
2020-02-12 12:59:35 +00:00
parent 9c80a5756c
commit b4c4a525aa

View File

@@ -10,7 +10,8 @@
namespace: "{{ ns }}"
spec:
containers:
- image: busybox
- name: sleeper
image: busybox
command: ["sleep", "infinity"]
block: