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 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 }}