From 28c46d4b123d3e180ed04fa2d45d9270294a967d Mon Sep 17 00:00:00 2001 From: Leo Q Date: Wed, 11 Mar 2026 19:00:30 +0800 Subject: [PATCH 1/2] update gateway role --- charts/gateway-role/templates/app-developer.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/gateway-role/templates/app-developer.yaml b/charts/gateway-role/templates/app-developer.yaml index f187b15..fd1b429 100644 --- a/charts/gateway-role/templates/app-developer.yaml +++ b/charts/gateway-role/templates/app-developer.yaml @@ -31,10 +31,10 @@ rules: verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] - apiGroups: ["gateway.envoyproxy.io"] resources: - - "Backend" - - "BackendTrafficPolicy" - - "HTTPRouteFilter" - - "ClientTrafficPolicy" + - "backends" + - "backendtrafficpolicies" + - "httproutefilters" + - "clienttrafficpolicies" verbs: ["get", "list", "watch", "create", "update", "patch", "delete"] {{- end }} {{- end }} From 0f2c8756c84c73f14001eb14e0414b49945840b6 Mon Sep 17 00:00:00 2001 From: Leo Q Date: Wed, 11 Mar 2026 19:01:38 +0800 Subject: [PATCH 2/2] bump --- charts/gateway-role/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gateway-role/Chart.yaml b/charts/gateway-role/Chart.yaml index 11c5705..04432e0 100644 --- a/charts/gateway-role/Chart.yaml +++ b/charts/gateway-role/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to