apache / pulsar-helm-chart

Official Apache Pulsar Helm Chart
https://pulsar.apache.org/
Apache License 2.0
212 stars 224 forks source link

namespaces "pulsar" not found when selected namespace is not pulsar #513

Closed notaphplover closed 4 months ago

notaphplover commented 4 months ago

Describe the bug Installing the helm chart results in a failure if the namespace selected is different than pulsar.

To Reproduce

  git clone https://github.com/apache/pulsar-helm-chart

  cd pulsar-helm-chart

  git pull

  ./scripts/pulsar/prepare_helm_release.sh \
    -n sample-namespace \
    -k pulsar-mini \
    -c

  helm install \
    --values examples/values-minikube.yaml \
    --namespace pulsar \
    pulsar-mini apache/pulsar

Expected behavior I expect the chart to be installed.

Current behavior

The installation fails with the following message:

Error: INSTALLATION FAILED: create: failed to create: namespaces "pulsar" not found.

Desktop (please complete the following information):

notaphplover commented 4 months ago

Never mind, It's an error on my end... Sorry for the noise