Skip to content

Commit c41fe8c

Browse files
add admissionregistration group to work execution clusterrole (#420)
Signed-off-by: Zhiwei Yin <[email protected]> Co-authored-by: Zhiwei Yin <[email protected]>
1 parent a43f0de commit c41fe8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/klusterlet/managed/klusterlet-work-clusterrole-execution.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ rules:
3737
- apiGroups: ["scheduling.k8s.io"]
3838
resources: ["priorityclasses"]
3939
verbs: ["get", "list", "watch", "create", "patch", "update", "delete"]
40+
- apiGroups: ["admissionregistration.k8s.io"]
41+
resources: [ "mutatingwebhookconfigurations", "validatingwebhookconfigurations" ]
42+
verbs: [ "get", "list", "watch", "create", "update", "patch" ]

0 commit comments

Comments
 (0)