From 26d45911da14c0acb9364026dbf92d798a0eadbf Mon Sep 17 00:00:00 2001 From: Lee Chagolla-Christensen Date: Thu, 29 Aug 2024 22:10:01 -0700 Subject: [PATCH] Remove extra word in nemesis_chart.md --- docs/nemesis_chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nemesis_chart.md b/docs/nemesis_chart.md index 2b71fc0..b2e80c9 100644 --- a/docs/nemesis_chart.md +++ b/docs/nemesis_chart.md @@ -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 ```