Skip to content

Commit fb6af6d

Browse files
committed
y
1 parent 480eec5 commit fb6af6d

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

bundle/manifests/k8s-nim-operator.clusterserviceversion.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,18 @@ spec:
13451345
- watch
13461346
- create
13471347
- delete
1348+
- apiGroups:
1349+
- admissionregistration.k8s.io
1350+
resources:
1351+
- validatingwebhookconfigurations
1352+
verbs:
1353+
- get
1354+
- list
1355+
- watch
1356+
- create
1357+
- update
1358+
- patch
1359+
- delete
13481360
- apiGroups:
13491361
- gateway.networking.k8s.io
13501362
resources:
@@ -1358,18 +1370,6 @@ spec:
13581370
- update
13591371
- watch
13601372
- admissionregistration.k8s.io
1361-
- apiGroups:
1362-
- admissionregistration.k8s.io
1363-
resources:
1364-
- validatingwebhookconfigurations
1365-
verbs:
1366-
- get
1367-
- list
1368-
- watch
1369-
- create
1370-
- update
1371-
- patch
1372-
- delete
13731373
deployments:
13741374
- name: k8s-nim-operator
13751375
spec:

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -574,18 +574,6 @@ rules:
574574
- delete
575575
- patch
576576
- update
577-
- apiGroups:
578-
- gateway.networking.k8s.io
579-
resources:
580-
- httproutes
581-
verbs:
582-
- create
583-
- delete
584-
- get
585-
- list
586-
- patch
587-
- update
588-
- watch
589577
- apiGroups:
590578
- admissionregistration.k8s.io
591579
resources:
@@ -598,6 +586,18 @@ rules:
598586
- update
599587
- patch
600588
- delete
589+
- apiGroups:
590+
- gateway.networking.k8s.io
591+
resources:
592+
- httproutes
593+
verbs:
594+
- create
595+
- delete
596+
- get
597+
- list
598+
- patch
599+
- update
600+
- watch
601601
---
602602
apiVersion: rbac.authorization.k8s.io/v1
603603
kind: ClusterRoleBinding

0 commit comments

Comments
 (0)