Skip to content

Commit

Permalink
Update setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t94j0 committed Mar 22, 2024
1 parent b9f0680 commit 901a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' -f nemesis-values.yaml
```

If you want monitoring capabilities, run `helm install nemesis-monitoring ./helm/monitoring`
If you want monitoring capabilities, run `helm install --repo https://specterops.github.io/Nemesis/ monitoring`

If you run into an `INSTALLATION FAILED` error stating "timed out waiting for the condition", run `helm uninstall nemesis && kubectl delete all --all -n default` and rerun the install command with an increased timeout value. If you installed `nemesis-monitoring` as well, run `helm uninstall nemesis && helm uninstall nemesis-monitoring && kubectl delete all --all -n default`

Expand Down

0 comments on commit 901a8f5

Please sign in to comment.