doug-ba opened a new pull request, #478:
URL: https://github.com/apache/pulsar-helm-chart/pull/478

   Fixes #477 
   
   ### Motivation
   
   The existing solution to automatically generate credentials doesn't work in 
argocd, it detects a constant difference and changes the credentials 
repeatedly. The alternative of specifying credentials in values files committed 
to source control is not good practice.
   Allowing users to use an existing secret provisioned by the secrets 
management solution of their choice solves this problem.
   
   ### Modifications
   
   Makes the pulsar-manager secret generated by the chart not be created if the 
value pulsar_manager.admin.existingSecret is specified.
   Makes the pulsar-manager initialize job and statefulset utilize an existing 
secret if it's specified.
   ### 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: commits-unsubscr...@pulsar.apache.org

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

Reply via email to