Skip to content

Commit 051246e

Browse files
committed
Add operator RBAC for applying VAP
1 parent 22dc15d commit 051246e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

manifests/0000_26_cloud-controller-manager-operator_02_rbac_operator.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@ rules:
7575
- update
7676
- patch
7777

78+
- apiGroups:
79+
- admissionregistration.k8s.io
80+
resources:
81+
- validatingadmissionpolicies
82+
- validatingadmissionpolicybindings
83+
verbs:
84+
- get
85+
- list
86+
- watch
87+
- create
88+
- update
89+
- patch
90+
7891
# vSphere has a separate node manager that uses the service account kube-system/vsphere-cloud-controller-manager.
7992
# The operator must have these permissions to then grant them to the vSphere node manager.
8093
- apiGroups:

0 commit comments

Comments
 (0)