Skip to content

Commit

Permalink
add admissionregistration group to work execution clusterrole
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
  • Loading branch information
zhiweiyin318 committed Apr 8, 2024
1 parent 603a92c commit 0c4689a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ rules:
- apiGroups: ["scheduling.k8s.io"]
resources: ["priorityclasses"]
verbs: ["get", "list", "watch", "create", "patch", "update", "delete"]
- apiGroups: ["admissionregistration.k8s.io"]
resources: [ "mutatingwebhookconfigurations", "validatingwebhookconfigurations" ]
verbs: [ "get", "list", "watch", "create", "update", "patch" ]

0 comments on commit 0c4689a

Please sign in to comment.