From 33581698d7706245288638ea7f55ad1314157458 Mon Sep 17 00:00:00 2001 From: Kosuke Morimoto Date: Mon, 23 Dec 2024 21:14:25 +0900 Subject: [PATCH] fix --- .github/actions/e2e-deploy-vald-readreplica/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/e2e-deploy-vald-readreplica/action.yaml b/.github/actions/e2e-deploy-vald-readreplica/action.yaml index eb8f4b1c79..31f7837198 100644 --- a/.github/actions/e2e-deploy-vald-readreplica/action.yaml +++ b/.github/actions/e2e-deploy-vald-readreplica/action.yaml @@ -85,6 +85,7 @@ runs: run: | make k8s/vald-readreplica/deploy HELM_VALUES=${VALUES} HELM_EXTRA_OPTIONS="${HELM_EXTRA_OPTIONS}" + stern vald-discoverer & stern vald-lb-gateway & stern vald-agent-readreplica & sleep 3