From 400a17269a1d3295df2f04dc75f66e03be2e64e2 Mon Sep 17 00:00:00 2001 From: Ori Shoshan Date: Wed, 30 Aug 2023 20:36:19 +0300 Subject: [PATCH] fixup --- docs/_common/install-otterize-network-policies.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_common/install-otterize-network-policies.md b/docs/_common/install-otterize-network-policies.md index 8ceec81e2..f7e62ab86 100644 --- a/docs/_common/install-otterize-network-policies.md +++ b/docs/_common/install-otterize-network-policies.md @@ -2,7 +2,6 @@ Use Helm to install the latest version of Otterize: ```shell helm repo add otterize https://helm.otterize.com helm repo update - helm install otterize otterize/otterize-kubernetes -n otterize-system --create-namespace --set deployment.spire=false \ - --set deployment.credentialsOperator=false --set intentsOperator.operator.autoGenerateTLSUsingCredentialsOperator=false + helm install otterize otterize/otterize-kubernetes -n otterize-system --create-namespace ``` You can add the `--wait` flag for Helm to wait for deployment to complete and all pods to be Ready, or manually watch for all pods to be `Ready` using `kubectl get pods -n otterize-system -w`. \ No newline at end of file