Skip to content

Commit 4650475

Browse files
committed
Add mising RBAC to manage httproutes
Signed-off-by: Sheng Lin <shelin@nvidia.com>
1 parent 343e0b3 commit 4650475

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,18 +1334,6 @@ spec:
13341334
- patch
13351335
- update
13361336
- watch
1337-
- apiGroups:
1338-
- gateway.networking.k8s.io
1339-
resources:
1340-
- httproutes
1341-
verbs:
1342-
- create
1343-
- delete
1344-
- get
1345-
- list
1346-
- patch
1347-
- update
1348-
- watch
13491337
- apiGroups:
13501338
- resource.k8s.io
13511339
resources:

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -584,18 +584,6 @@ rules:
584584
- watch
585585
- patch
586586
- update
587-
- apiGroups:
588-
- gateway.networking.k8s.io
589-
resources:
590-
- httproutes
591-
verbs:
592-
- create
593-
- delete
594-
- get
595-
- list
596-
- patch
597-
- update
598-
- watch
599587

600588
---
601589
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)