You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/19 12:03:08 UTC

[GitHub] [pulsar-helm-chart] mkoertgen commented on issue #108: Pulsar manager always uses default user/password

mkoertgen commented on issue #108:
URL: https://github.com/apache/pulsar-helm-chart/issues/108#issuecomment-1046001952


   Hi @lhotari ,
   
   As a workaround, I managed to create a simple k8s-job that performed the steps described in
   - https://pulsar.apache.org/docs/en/administration-pulsar-manager/#set-administrator-account-and-password
   
   Here is the gist of it:
   - https://gist.github.com/mkoertgen/a3c45689e78b88f71d2c373a243c95d7
   
   Please have a look. It should be straight-forward to add it to the helm chart as a [post-install helm-hook](https://helm.sh/docs/topics/charts_hooks/)
   
   **Note:** Not sure whether the pod also needs to persist state. Might be the configuration gets lots on restarts (not sure where this is persisted).


-- 
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: dev-unsubscribe@pulsar.apache.org

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