Skip to content

Commit

Permalink
Update ClusterRole for controller to allow management of RoleBindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored and missylbytes committed Aug 7, 2023
1 parent 1bd97f9 commit 11cc9e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/consul/templates/connect-inject-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ rules:
- watch
- delete
- update
# TODO Can we gate this so that we're only granting when necessary?
- apiGroups: [ "rbac.authorization.k8s.io" ]
resources: [ "roles", "rolebindings" ]
verbs:
Expand Down

0 comments on commit 11cc9e9

Please sign in to comment.