From 3b2196d0f88e66c509bc91b636d85e6e195c373f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Tue, 23 Apr 2024 11:58:30 +0800 Subject: [PATCH] fix env var of ISTIO_GPRC_MAXRECVMSGSIZE (#923) Signed-off-by: johnlanni --- helm/core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/core/values.yaml b/helm/core/values.yaml index 9fa71269c..9ce784e9a 100644 --- a/helm/core/values.yaml +++ b/helm/core/values.yaml @@ -1,6 +1,6 @@ revision: "" global: - xdsMaxRecvMsgSize: 104857600 + xdsMaxRecvMsgSize: "104857600" defaultUpstreamConcurrencyThreshold: 10000 enableSRDS: true onDemandRDS: false