diff --git a/charts/pulsar/templates/broker-cluster-role-binding.yaml b/charts/pulsar/templates/broker-cluster-role-binding.yaml index 706e1ba5..a64984a9 100644 --- a/charts/pulsar/templates/broker-cluster-role-binding.yaml +++ b/charts/pulsar/templates/broker-cluster-role-binding.yaml @@ -63,12 +63,22 @@ rules: resources: - configmaps verbs: ["get", "list", "watch"] -- apiGroups: ["", "extensions", "apps"] +- apiGroups: [""] resources: - pods - services - - deployments - secrets + verbs: + - list + - watch + - get + - update + - create + - delete + - patch +- apiGroups: ["apps"] + resources: + - deployments - statefulsets verbs: - list