vfauth opened a new pull request, #341: URL: https://github.com/apache/pulsar-helm-chart/pull/341
Fixes #<xyz> ### Motivation The chart already has a `rbac.limit_to_namespace` parameter to replace ClusterRole(Binding)s with Role(Binding)s. This setting is not used for a ClusterRole required by the functions component, which is an issue for deployments in constrained with limited cluster. See #246 ### Modifications Handle ClusterRole(Binding) for the functions component the same way as for other components: if `rbac.limit_to_namespace` is `true`, use namespaced Role(Binding) instead. ### 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]
