Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 30, 2023
1 parent 94f2d0f commit 400a172
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/_common/install-otterize-network-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 400a172

Please sign in to comment.