Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
Signed-off-by: shaoyue.chen <[email protected]>
  • Loading branch information
haorenfsa committed Nov 1, 2023
1 parent f4d051d commit 3aba867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Install or upgrade to latest version with helm:

```shell
helm repo add milvus-operator https://zilliztech.github.io/milvus-operator/
helm repo update milvus-operator --create-namespace
helm -n milvus-operator upgrade --install milvus-operator milvus-operator/milvus-operator
helm repo update milvus-operator
helm -n milvus-operator upgrade --install --create-namespace milvus-operator milvus-operator/milvus-operator
```

Or with kubectl & raw manifests:
Expand Down

0 comments on commit 3aba867

Please sign in to comment.