Skip to content

Commit a70c9ec

Browse files
committed
RBAC adjustment for webhooks
1 parent 35df4a4 commit a70c9ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

deployments/helm/k8s-nim-operator/templates/manager-rbac.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,16 @@ rules:
547547
- delete
548548
- patch
549549
- update
550+
- apiGroups:
551+
- admissionregistration.k8s.io
552+
resources:
553+
- validatingwebhookconfigurations
554+
verbs:
555+
- get
556+
- list
557+
- watch
558+
- patch
559+
- update
550560

551561
---
552562
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)