[skip ci] Add comment for install_milvus.sh (#11619)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11643/head
Jenny Li 2021-11-11 15:10:49 +08:00 committed by GitHub
parent 45f0900d9c
commit 2a01321b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ else
MILVUS_SERVICE_TYPE="${MILVUS_SERVICE_TYPE:-ClusterIP}"
fi
# Get Milvus Chart from git
if [[ ! -d "${MILVUS_HELM_CHART_PATH:-}" ]]; then
TMP_DIR="$(mktemp -d)"
git clone --depth=1 -b "${MILVUS_HELM_BRANCH:-master}" "${MILVUS_HELM_REPO}" "${TMP_DIR}"