From bb747844ee6e8c5e9af806bb5d42ed52603188c5 Mon Sep 17 00:00:00 2001 From: anyachuan Date: Thu, 7 Nov 2024 14:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5api=E5=A4=B1=E8=B4=A5=E5=90=8E=E4=BB=A5?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E7=A0=810=E9=80=80=E5=87=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E4=B8=8D=E8=BF=9B=E8=A1=8C=E9=87=8D=E5=90=AF?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/resources/join.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/resources/join.sh b/build/resources/join.sh index 19be4f54..9fadd3a1 100755 --- a/build/resources/join.sh +++ b/build/resources/join.sh @@ -11,7 +11,7 @@ response=$(curl -s "https://kubernetes.default.svc:443/api/v1/namespaces/${SVC_N if [[ ${response} =~ 'Failure' ]] then echo ${response} - exit 1 + exit 0 fi set +e