From d1035865a77163f8bfe24b73d955d56616d743c9 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Mon, 16 Dec 2024 11:09:11 +0100 Subject: [PATCH] Fix integration tests --- test/integration/setup_suite.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/setup_suite.bash b/test/integration/setup_suite.bash index f3dc3b9..81cab56 100644 --- a/test/integration/setup_suite.bash +++ b/test/integration/setup_suite.bash @@ -1,6 +1,6 @@ setup_suite() { kind create cluster -n qdrant-helm-integration - kubectl create serviceaccount default -n default + kubectl create serviceaccount default -n default || true kubectl -n default run curl --image=docker.io/curlimages/curl --command -- sh -c ' echo "connect-timeout = 5" > $HOME/.curlrc; echo "retry = 60" >> $HOME/.curlrc;