From 64e67c1a8850f1567952ba4114ca2cb796432fc3 Mon Sep 17 00:00:00 2001 From: ChaoYang <50130457+yccharles@users.noreply.github.com> Date: Wed, 30 Oct 2024 06:28:47 +0800 Subject: [PATCH] update role (#543) --- .../templates/broker-cluster-role-binding.yaml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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