notaphplover opened a new issue, #513:
URL: https://github.com/apache/pulsar-helm-chart/issues/513

   **Describe the bug**
   Installing the helm chart results in a failure if the namespace selected is 
different than `pulsar`.
   
   **To Reproduce**
   ```bash
     git clone https://github.com/apache/pulsar-helm-chart
   
     cd pulsar-helm-chart
   
     git pull
   
     ./scripts/pulsar/prepare_helm_release.sh \
       -n one-game \
       -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):**
    - OS: Linux (Ubuntu 22.04.4 LTS)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to