From fc8952e5b19ba449b183ed7d400bb70a449e4ddb Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Thu, 13 Sep 2018 07:08:01 +0000 Subject: Enable sidecar injection policy Issue-ID: MSB-255 Change-Id: I2ea896c3464ba34db7ae03912c63f6615b3e7f19 Signed-off-by: Huabing Zhao --- install/istio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/istio.yaml b/install/istio.yaml index 15716c5..4d8ec40 100644 --- a/install/istio.yaml +++ b/install/istio.yaml @@ -595,7 +595,7 @@ metadata: istio: sidecar-injector data: config: |- - policy: disabled + policy: enabled template: |- initContainers: - name: istio-init -- cgit 1.2.3-korg