Skip to content

Commit 20419a2

Browse files
committed
Add mising RBAC to manage httproutes
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent 0f23095 commit 20419a2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,18 @@ 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
13371349
deployments:
13381350
- name: k8s-nim-operator
13391351
spec:

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,18 @@ rules:
582582
- watch
583583
- patch
584584
- update
585+
- apiGroups:
586+
- gateway.networking.k8s.io
587+
resources:
588+
- httproutes
589+
verbs:
590+
- create
591+
- delete
592+
- get
593+
- list
594+
- patch
595+
- update
596+
- watch
585597

586598
---
587599
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)