Skip to content

Commit

Permalink
Add missing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelBollag committed May 3, 2023
1 parent d319b81 commit 355eaf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_common/install-otterize-istio-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 355eaf2

Please sign in to comment.