From db3180b412a3f4ad810c8c6da75cba8c084f0f3c 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