Skip to content

Commit

Permalink
Release new docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Dec 12, 2024
1 parent cbca20d commit 47a1f89
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions v2.5.x/site/en/adminGuide/use-pulsar-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,20 +94,20 @@ Before you deploy Milvus v2.5.x, you need to download and edit the Milvus Custom
2. Edit the `milvus_cluster_default.yaml` file to specify the Pulsar version as v2.

```yaml
apiVersion: milvus.io/v1beta1
kind: Milvus
metadata:
name: my-release
namespace: default
labels:
app: milvus
spec:
mode: cluster
dependencies:
pulsar:
inCluster:
chartVersion: pulsar-v2
```
apiVersion: milvus.io/v1beta1
kind: Milvus
metadata:
name: my-release
namespace: default
labels:
app: milvus
spec:
mode: cluster
dependencies:
pulsar:
inCluster:
chartVersion: pulsar-v2
```

For `dependencies`, change the `pulsar.inCluster.chartVersion` to `pulsar-v2`.

Expand Down

0 comments on commit 47a1f89

Please sign in to comment.