Skip to content

Commit

Permalink
Remove extra word in nemesis_chart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leechristensen authored Aug 30, 2024
1 parent b00252c commit 26d4591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nemesis_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ 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 the Nemesis chart's `values.yaml`:
1. Download the Nemesis chart's `values.yaml`:
```bash
helm show values --repo https://specterops.github.io/Nemesis/ nemesis > nemesis-values.yaml
```
Expand Down

0 comments on commit 26d4591

Please sign in to comment.