[skip ci]Update install script (#10848)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10852/head
zhuwenxing 2021-10-28 20:06:58 +08:00 committed by GitHub
parent 352235d2c5
commit 504f15ff85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,6 @@ release=${1:-"milvs-chaos"}
bash uninstall_milvus.sh ${release} || true
helm repo add milvus https://milvus-io.github.io/milvus-helm/
helm repo update
helm install --wait --timeout 360s ${release} milvus/milvus --set service.type=NodePort -f ../cluster-values.yaml -n=chaos-testing