Skip to content

Commit

Permalink
update role (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
yccharles authored Oct 29, 2024
1 parent db20c2b commit 64e67c1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions charts/pulsar/templates/broker-cluster-role-binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64e67c1

Please sign in to comment.