Skip to content

Commit 6164fe9

Browse files
authored
chore(charts): modify grpcroutes role (#148)
1 parent a387708 commit 6164fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/controller-clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ rules:
8080
resources: ["serviceinstances", "servicebindings"]
8181
verbs: ["get", "list", "watch", "create", "delete", "patch", "update"]
8282
- apiGroups: ["gateway.networking.k8s.io"]
83-
resources: ["gateways", "httproutes", "grocroutes", "tcproutes", "udproutes", "tlsroutes"]
83+
resources: ["gateways", "httproutes", "grpcroutes", "tcproutes", "udproutes", "tlsroutes"]
8484
verbs: ["get", "patch", "list", "create", "update", "delete"]
8585
- apiGroups: ["batch"]
8686
resources: ["jobs"]

0 commit comments

Comments
 (0)