From afed687f194f81ddc79fe9ce2bec2c211431116a Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Mon, 15 Nov 2021 19:01:38 +0800 Subject: [PATCH] [skip ci] Add comment for uninstall_milvus.sh (#11771) Signed-off-by: Jenny Li --- tests/scripts/uninstall_milvus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/uninstall_milvus.sh b/tests/scripts/uninstall_milvus.sh index 20e5e49a71..8ee5823360 100755 --- a/tests/scripts/uninstall_milvus.sh +++ b/tests/scripts/uninstall_milvus.sh @@ -19,6 +19,7 @@ set -x MILVUS_HELM_RELEASE_NAME="${MILVUS_HELM_RELEASE_NAME:-milvus-testing}" MILVUS_HELM_NAMESPACE="${MILVUS_HELM_NAMESPACE:-default}" +# Uninstall Milvus Helm Release helm uninstall -n "${MILVUS_HELM_NAMESPACE}" "${MILVUS_HELM_RELEASE_NAME}" MILVUS_LABELS1="app.kubernetes.io/instance=${MILVUS_HELM_RELEASE_NAME}"