Skip to content

Commit

Permalink
add admissionregistration group to work execution clusterrole (#401)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
  • Loading branch information
zhiweiyin318 authored Apr 8, 2024
1 parent bcbe4d2 commit 3efb7d3
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 3efb7d3

Please sign in to comment.