milvus/tests/python_client/chaos/scripts/install_milvus.sh
zhuwenxing 138669487d
[skip ci]Add parameter passing to shell scripts (#10600)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2021-10-25 20:34:23 +08:00

7 lines
207 B
Bash

release=${1:-"milvs-chaos"}
bash uninstall_milvus.sh ${release} || true
helm install --wait --timeout 360s ${release} milvus/milvus --set service.type=NodePort -f ../cluster-values.yaml -n=chaos-testing