zilliztech / milvus-helm

Apache License 2.0
54 stars 41 forks source link

externalPulsar.enabled property isn't honored #116

Open david-streamlio opened 1 month ago

david-streamlio commented 1 month ago

When I install Milvus from the latest Helm chart using the following command, I see that pulsar and all of the associated pods are created.

Steps to reproduce:

  1. helm repo add milvus https://zilliztech.github.io/milvus-helm/
  2. helm repo update
  3. helm install milvus-test --set externalPulsar.enabled=true milvus/milvus
  4. kubectl get pods | grep pulsar