bsheltonihs commented on a change in pull request #236: URL: https://github.com/apache/pulsar-helm-chart/pull/236#discussion_r812296075
########## File path: charts/pulsar/values.yaml ########## @@ -776,6 +776,11 @@ broker: ## functions: component: functions-worker + ## Pulsar: Functions Worker ClusterRole or Role + ## templates/broker-rbac.yaml + # Default is false which deploys functions with ClusterRole and ClusterRoleBinding at the cluster level + # Set to true to deploy functions with Role and RoleBinding inside the specified namespace + limit_to_namespace: false Review comment: took the suggestion/recommendation and moved it under `functions.rbac.limit_to_namespace` -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org