mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-23 22:26:49 +00:00
add admissionregistration group to work execution clusterrole (#401)
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user