toneill818 opened a new issue #56: URL: https://github.com/apache/pulsar-helm-chart/issues/56
**Describe the bug** When enabling functions, the broker throws the following error: > Error while trying to fetch configmap pulsar-functions-worker-config at namespace **To Reproduce** Steps to reproduce the behavior: 1. Set Components.functions to True (true by default) 2. View broker logs 4. See error **Expected behavior** I think the role needs to be bound to the broker service account. It currently creates another service account named `pulsar-functions-worker`. Not sure if that SA is used by the functions, but the `pulsar-broker-acct` does not have access to the function worker config map. What is the `pulsar-functions-worker` used for? Is it used by the functions? If so we can add read access to the `pulsar-broker-acct` role that is bound so it can read the ConfigMap. ---------------------------------------------------------------- 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