Skip to content

Commit f7137c3

Browse files
authored
update gateway role (#167)
* update gateway role * bump
1 parent 2225b34 commit f7137c3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/gateway-role/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/gateway-role/templates/app-developer.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ rules:
3131
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
3232
- apiGroups: ["gateway.envoyproxy.io"]
3333
resources:
34-
- "Backend"
35-
- "BackendTrafficPolicy"
36-
- "HTTPRouteFilter"
37-
- "ClientTrafficPolicy"
34+
- "backends"
35+
- "backendtrafficpolicies"
36+
- "httproutefilters"
37+
- "clienttrafficpolicies"
3838
verbs: ["get", "list", "watch", "create", "update", "patch", "delete"]
3939
{{- end }}
4040
{{- end }}

0 commit comments

Comments
 (0)