smbecker opened a new pull request, #674:
URL: https://github.com/apache/pulsar-helm-chart/pull/674

   ### Motivation
   
   We occasionally have uses for a much smaller footprint when installing 
Pulsar and being able to leverage the same Helm chart simplifies the 
installation scripts.
   
   ### Modifications
   
   This adds the ability to enable `standalone` mode on the helm chart that 
deploy Pulsar in standalone mode rather than splitting each of the components 
out. Most of the files in this PR are to disable the individual components when 
standalone is enabled. 
   
   I also had to add `set -euo pipefail` when creating the Kind cluster. I 
found that when running `chart_test.sh` locally and port 5000 was already 
blocked, creating the kind cluster would fail but not terminate the test. This 
resulting in attempting to run the test against a different kubernetes cluster.
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


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