From 6d2d4b3e9b16584aad7561b0d18b3a57403395b7 Mon Sep 17 00:00:00 2001 From: Robert Choi Date: Mon, 7 Jun 2021 18:47:38 +0900 Subject: [PATCH] service-mesh-resource: create istio-system ns --- service-mesh/base/resources.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/service-mesh/base/resources.yaml b/service-mesh/base/resources.yaml index 9bca0cb..ed33a2a 100755 --- a/service-mesh/base/resources.yaml +++ b/service-mesh/base/resources.yaml @@ -136,6 +136,7 @@ spec: releaseName: service-mesh-controlplane targetNamespace: istio-system values: + createNamespace: true IstioOperator: enableControlplane: true enableGateway: false