Skip to content

Commit

Permalink
Update nemesis_chart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leechristensen authored Aug 30, 2024
1 parent e4e0baa commit b00252c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nemesis_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ $ curl -u $(kubectl get secret basic-auth -o jsonpath='{.data.username}' | base6
If you want customize the deployment (e.g., HTTP server URI, pod CPU/memory resources, Minio disk size), you need to download the `nemesis` chart's [values.yaml](https://github.com/SpecterOps/Nemesis/blob/main/helm/nemesis/values.yaml) file, edit it, and then run the `nemesis` chart using the customize values. You can do so with the following commands:
1. Download the quickstart chart's `values.yaml`:
1. Download the the Nemesis chart's `values.yaml`:
```bash
helm show values --repo https://specterops.github.io/Nemesis/ nemesis > nemesis-values.yaml
```
2. Edit `nemesis-values.yaml` as you need (e.g., using `vim`)
3. Run the quickstart chart using the customized values:
3. Run the Nemesis chart using the customized values:
```bash
helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' -f nemesis-values.yaml
```
Expand Down

0 comments on commit b00252c

Please sign in to comment.