Skip to content

Commit

Permalink
chore: update rbac for new leader election resouce
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <im@strrl.dev>
  • Loading branch information
STRRL committed Sep 19, 2022
1 parent abec748 commit b67a0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/chaos-mesh/templates/controller-manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ rules:
- apiGroups: [ "" ]
resources: [ "pods/exec" ]
verbs: [ "create" ]
- apiGroups: [ "" ]
resources: [ "configmaps" ]
- apiGroups: [ "coordination.k8s.io" ]
resources: [ "leases" ]
verbs: [ "*" ]
---
# bindings cluster level
Expand Down

0 comments on commit b67a0c8

Please sign in to comment.