We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8495d17 commit 83f69a0Copy full SHA for 83f69a0
pkg/ingress/kube/configmap/mcp_server.go
@@ -356,7 +356,8 @@ func (m *McpServerController) constructMcpServerStruct(mcp *McpServer) string {
356
structFmt := `{
357
"name": "envoy.filters.http.golang",
358
"typed_config": {
359
- "@type": "type.googleapis.com/envoy.extensions.filters.http.golang.v3alpha.Config",
+ "@type": "type.googleapis.com/udpa.type.v1.TypedStruct",
360
+ "type_url": "type.googleapis.com/envoy.extensions.filters.http.golang.v3alpha.Config",
361
"value": {
362
"library_id": "mcp-server",
363
"library_path": "/var/lib/istio/envoy/mcp-server.so",
0 commit comments