From 47c96ba6c53f29b773ba3b64a4f72a3d4fdd982f Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 11 Sep 2020 15:39:47 +0100 Subject: [PATCH] Set JSON for access logs --- charts/kubezero-istio/templates/istio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubezero-istio/templates/istio.yaml b/charts/kubezero-istio/templates/istio.yaml index f3d2df56..5a08e214 100644 --- a/charts/kubezero-istio/templates/istio.yaml +++ b/charts/kubezero-istio/templates/istio.yaml @@ -89,7 +89,7 @@ spec: enabled: false meshConfig: accessLogFile: /dev/stdout - accessLogEncoding: json + accessLogEncoding: 'JSON' values: gateways: istio-ingressgateway: