This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 5d6dfbe fix: fix missing permissions for kubernetes api gateway
tcproute and udproute (#601)
5d6dfbe is described below
commit 5d6dfbe512583816a8380619174e1df844f6965e
Author: SuperBo <[email protected]>
AuthorDate: Mon Aug 28 12:56:38 2023 +0700
fix: fix missing permissions for kubernetes api gateway tcproute and
udproute (#601)
Co-authored-by: Y Nguyen <[email protected]>
---
charts/apisix-ingress-controller/templates/rbac.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/charts/apisix-ingress-controller/templates/rbac.yaml
b/charts/apisix-ingress-controller/templates/rbac.yaml
index 385b862..96c0c93 100644
--- a/charts/apisix-ingress-controller/templates/rbac.yaml
+++ b/charts/apisix-ingress-controller/templates/rbac.yaml
@@ -110,6 +110,8 @@ rules:
- apiGroups:
- gateway.networking.k8s.io
resources:
+ - tcproutes
+ - udproutes
- httproutes
- tlsroutes
- gateways
@@ -121,6 +123,8 @@ rules:
- apiGroups:
- gateway.networking.k8s.io
resources:
+ - tcproutes/status
+ - udproutes/status
- httproutes/status
- tlsroutes/status
- gateways/status