diff --git a/charts/pulsar/templates/broker-rbac.yaml b/charts/pulsar/templates/broker-function-worker-rbac.yaml similarity index 100% rename from charts/pulsar/templates/broker-rbac.yaml rename to charts/pulsar/templates/broker-function-worker-rbac.yaml diff --git a/charts/pulsar/values.yaml b/charts/pulsar/values.yaml index 9792f19a..022b5629 100644 --- a/charts/pulsar/values.yaml +++ b/charts/pulsar/values.yaml @@ -930,7 +930,7 @@ functions: component: functions-worker useBookieAsStateStore: false ## Pulsar: Functions Worker ClusterRole or Role - ## templates/broker-rbac.yaml + ## templates/broker-function-worker-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 rbac: