From f20c48e960d3ad2319c6687aec507a1cd6a76210 Mon Sep 17 00:00:00 2001 From: Kent Dong Date: Wed, 9 Oct 2024 18:00:44 +0800 Subject: [PATCH] fix: Update the envoy.yaml template used by hgctl (#1370) --- hgctl/pkg/plugin/test/templates.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hgctl/pkg/plugin/test/templates.go b/hgctl/pkg/plugin/test/templates.go index 8e1b06ef85..21e596e263 100644 --- a/hgctl/pkg/plugin/test/templates.go +++ b/hgctl/pkg/plugin/test/templates.go @@ -114,6 +114,8 @@ static_resources: value: | {{ .JSONExample }} - name: envoy.filters.http.router + typed_config: + "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router clusters: - name: httpbin connect_timeout: 30s