Skip to content

Commit 9a026ff

Browse files
author
Eric Ernst
committed
fixup
Signed-off-by: Eric Ernst <eric.ernst@intel.com>
1 parent 2cec836 commit 9a026ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kata-deploy/action/test-kata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function test_kata() {
9090
# remove kata (yeah, we are about to destroy, but good to test this flow as well):
9191
kubectl delete -f kata-deploy.yaml
9292
kubectl apply -f kata-cleanup.yaml
93-
kubectl -n kube-system wait --timeout-5m --for=delete -l name=kata-deploy pod
93+
kubectl -n kube-system wait --timeout=5m --for=delete -l name=kata-deploy pod
9494
kubectl -n kube-system wait --timeout=5m --for=condition=Ready -l name=kubelet-kata-cleanup pod
9595

9696
kubectl get pods --all-namespaces --show-labels

0 commit comments

Comments
 (0)