From b832071e41bdc30ef58ecffddcf4d9ede9426cb5 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 3 Dec 2021 16:35:32 +0800 Subject: [PATCH] [skip ci]Fix standalone deployment of chaos test (#12704) Signed-off-by: zhuwenxing --- .github/workflows/pod-kill-chaos-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pod-kill-chaos-test.yaml b/.github/workflows/pod-kill-chaos-test.yaml index 410a125bbb..89e75b6788 100644 --- a/.github/workflows/pod-kill-chaos-test.yaml +++ b/.github/workflows/pod-kill-chaos-test.yaml @@ -69,7 +69,7 @@ jobs: helm repo add milvus https://milvus-io.github.io/milvus-helm helm repo update if [ ${{ matrix.pod }} != "standalone" ]; then helm install --wait --timeout 720s ${{ env.RELEASE }} milvus/milvus -f cluster-values.yaml -n=chaos-testing; fi - if [ ${{ matrix.pod }} == "standalone" ]; then helm install --wait --timeout 720s ${{ env.RELEASE }} milvus/milvus --set cluster.enabled=false --set etcd.replicaCount=1 --set minio.mode=standalone --set pulsar.enabled=false -n=chaos-testing; fi + if [ ${{ matrix.pod }} == "standalone" ]; then helm install --wait --timeout 720s ${{ env.RELEASE }} milvus/milvus -f standalone-values.yaml -n=chaos-testing; fi kubectl get pods -n chaos-testing sleep 20s kubectl get pods -n chaos-testing