Mortom123 opened a new issue, #424: URL: https://github.com/apache/pulsar-helm-chart/issues/424
**Is your feature request related to a problem? Please describe.** Some cluster provider are strict with their roles / service accounts. A way to completely turn of Role creation, Role binding and Service Account creation (use the default service account provided in a namespace) would enable easier deployment in such scenarios. **Describe the solution you'd like** Add in values.yaml: `rbac.use_default_account` which toggles the aforementioned k8s kinds to not be deployed and instead use the default account provided (this could also be another option to set) **Describe alternatives you've considered** None **Additional context** Would be willing to submit a PR. :) -- 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]
