Imunhatep opened a new issue #66:
URL: https://github.com/apache/pulsar-helm-chart/issues/66


   **Describe the bug**
   Helm charts are managing namespace.  
   
   helm does not position it self as a namespace manager, as namespaces in 
kubernetes are considered as a higher control structure that is not part of the 
application. 
   
   **To Reproduce**
   Use helm for installation without prior syncing namespaces in chart values 
and installation cmd:
   
   ```
   kubectl create ns pulsartest
   helm upgrade --install pulsar -n pulsartest streamnative/pulsar
   Error: namespaces "pulsar" not found
   ```
   even with `namespaceCreate: false`
   
   **Expected behavior**
   Do not manage kubernetes namespaces in helm charts.
   
   * in case I failed to convince you, at least use consistent variables to 
refer to a proper namespace e.g. `{ .Release.Namespace }`
   
   **Desktop (please complete the following information):**
    - Linux


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to