add admissionregistration group to work execution clusterrole (#401)

Signed-off-by: Zhiwei Yin <zyin@redhat.com>
This commit is contained in:
Zhiwei Yin
2024-04-08 07:54:08 +00:00
committed by GitHub
parent bcbe4d2d00
commit 3efb7d3de3
@@ -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" ]