Skip to content

Commit

Permalink
fix: fix missing permissions for kubernetes api gateway tcproute and …
Browse files Browse the repository at this point in the history
…udproute (#601)

Co-authored-by: Y Nguyen <y.nguyen@maya.ph>
  • Loading branch information
SuperBo and Y Nguyen authored Aug 28, 2023
1 parent 86f223d commit 5d6dfbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/apisix-ingress-controller/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ rules:
- apiGroups:
- gateway.networking.k8s.io
resources:
- tcproutes
- udproutes
- httproutes
- tlsroutes
- gateways
Expand All @@ -121,6 +123,8 @@ rules:
- apiGroups:
- gateway.networking.k8s.io
resources:
- tcproutes/status
- udproutes/status
- httproutes/status
- tlsroutes/status
- gateways/status
Expand Down

0 comments on commit 5d6dfbe

Please sign in to comment.