This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 64e67c1  update role (#543)
64e67c1 is described below

commit 64e67c1a8850f1567952ba4114ca2cb796432fc3
Author: ChaoYang <[email protected]>
AuthorDate: Wed Oct 30 06:28:47 2024 +0800

    update role (#543)
---
 charts/pulsar/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 706e1ba..a64984a 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

Reply via email to