From 24e8d86cfb78e0da4faae2ec7341d60630d033f6 Mon Sep 17 00:00:00 2001 From: Max Harley Date: Fri, 5 Apr 2024 12:37:18 -0400 Subject: [PATCH] Update nemesis_chart.md --- docs/nemesis_chart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nemesis_chart.md b/docs/nemesis_chart.md index 06ca702..4149a22 100644 --- a/docs/nemesis_chart.md +++ b/docs/nemesis_chart.md @@ -2,7 +2,7 @@ The [`nemesis` Helm chart](../helm/nemesis/) deploys Nemesis's services. You can run the chart with its default configuration using the following command: ```bash -helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m'` +helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' ``` 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](../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: @@ -19,4 +19,4 @@ curl https://raw.githubusercontent.com/SpecterOps/Nemesis/helm/helm/nemesis/valu helm install --repo https://specterops.github.io/Nemesis/ nemesis nemesis --timeout '45m' -f nemesis-values.yaml ``` -**Note:** If you want to change any of the `nemesis` chart's configuration after everything is deployed, make the modification(s) and then run `helm upgrade nemesis ./helm/nemesis --reset-values` to apply the changes. \ No newline at end of file +**Note:** If you want to change any of the `nemesis` chart's configuration after everything is deployed, make the modification(s) and then run `helm upgrade nemesis ./helm/nemesis --reset-values` to apply the changes.