Skip to content

Commit

Permalink
fix(kgo): RBAC for AIGateway (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao12345666333 authored Mar 14, 2024
1 parent 28b6215 commit 42e307a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.0.1-alpha.1
version: 0.0.1-alpha.2
appVersion: "1.2.0"
annotations:
artifacthub.io/prerelease: "true"
Expand Down
6 changes: 6 additions & 0 deletions charts/gateway-operator/templates/rbac-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,8 @@ rules:
resources:
- gateways
verbs:
- create
- delete
- get
- list
- patch
Expand Down Expand Up @@ -546,8 +548,12 @@ rules:
resources:
- httproutes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- gateway.networking.k8s.io
Expand Down

0 comments on commit 42e307a

Please sign in to comment.