From dced976f0c133d7c2b94b1b8c8bdcf6d446b1682 Mon Sep 17 00:00:00 2001 From: cpanato Date: Tue, 26 Mar 2024 14:32:43 +0100 Subject: [PATCH] set flag for kind e2e tests Signed-off-by: cpanato --- test/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.yaml b/test/test.yaml index f0600060ce..77b876019f 100644 --- a/test/test.yaml +++ b/test/test.yaml @@ -19,4 +19,6 @@ spec: containers: - name: obiwan image: ko://github.com/google/ko/test + args: + - --wait=true restartPolicy: Never