Skip to content

Commit

Permalink
Update install_standalone-helm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LocoRichard authored Oct 27, 2021
1 parent 5d60bb9 commit d7d7c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ helm repo update

#### 安装 Milvus 单机版:
```
$ helm install my-release milvus/milvus
$ helm install my-release milvus/milvus --set cluster.enabled=false --set etcd.replicaCount=1 --set minio.mode=standalone --set pulsar.enabled=false
```
<div class="alert note">
详见 <a href="https://artifacthub.io/packages/helm/milvus/milvus">Milvus Helm charts</a>。
Expand Down

0 comments on commit d7d7c8a

Please sign in to comment.