From 355eaf2a99163cf97fb89f927826b2bd1b9d5496 Mon Sep 17 00:00:00 2001 From: Netanel Bollag Date: Wed, 3 May 2023 11:54:51 +0300 Subject: [PATCH] Add missing flag --- docs/_common/install-otterize-istio-enabled.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_common/install-otterize-istio-enabled.md b/docs/_common/install-otterize-istio-enabled.md index aa5d24155..f08cff7be 100644 --- a/docs/_common/install-otterize-istio-enabled.md +++ b/docs/_common/install-otterize-istio-enabled.md @@ -5,7 +5,8 @@ helm repo update helm install otterize otterize/otterize-kubernetes -n otterize-system --create-namespace \ --set networkMapper.istiowatcher.enable=true \ - --set intentsOperator.operator.enableNetworkPolicyCreation=false + --set intentsOperator.operator.enableNetworkPolicyCreation=false \ + --set intentsOperator.operator.experimentalEnableIstioPolicyCreation=true ``` :::note This example disable network policy enforcement.