From c7ead83355cc9735ee1053d0266a930aa7c3f255 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Wed, 18 Dec 2024 10:08:54 +0900 Subject: [PATCH] fix --- .github/actions/e2e-deploy-vald/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/e2e-deploy-vald/action.yaml b/.github/actions/e2e-deploy-vald/action.yaml index 9eaf86bfce..d518146472 100644 --- a/.github/actions/e2e-deploy-vald/action.yaml +++ b/.github/actions/e2e-deploy-vald/action.yaml @@ -97,9 +97,7 @@ runs: if: ${{ inputs.use_local_charts == 'true' }} run: | make k8s/vald/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}" - kubectl delete pod --selector=app=vald-lb-gateway - - sleep 10 + sleep 3 kubectl wait --for=condition=Ready pod -l ${WAIT_FOR_SELECTOR} --timeout=${WAIT_FOR_TIMEOUT}