mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for install_milvus.sh (#11619)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/11643/head
parent
45f0900d9c
commit
2a01321b27
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue