From 530934e60301cc3e753156681dbcb3fc481cde70 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 f3d2df5..5a08e21 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: