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 ec8481b commit f4d051d
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,14 +20,14 @@ 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
helm repo update milvus-operator --create-namespace
helm -n milvus-operator upgrade --install milvus-operator milvus-operator/milvus-operator
```

Or with kubectl & raw manifests:

```shell
kubectl apply -f https://github.com/zilliztech/milvus-operator/v0.8.4/deploy/manifests/deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/zilliztech/milvus-operator/v0.8.4/deploy/manifests/deployment.yaml
```

For more infomation Check [Installation Instructions](docs/installation/installation.md)
Expand Down

0 comments on commit f4d051d

Please sign in to comment.