From ba4c8cce40890c37b53b9e4a81b3673070a437d1 Mon Sep 17 00:00:00 2001 From: "phillip.toohill" Date: Fri, 8 Nov 2024 09:29:20 -0600 Subject: [PATCH] fix: Adjusting monitoring getting started doc for the correct alertmanager path (#536) --- docs/monitoring-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring-getting-started.md b/docs/monitoring-getting-started.md index b5f2e128..03006b4e 100644 --- a/docs/monitoring-getting-started.md +++ b/docs/monitoring-getting-started.md @@ -48,5 +48,5 @@ Within the genestack repo we can update our alerting rules via the alerting_rule View alerting_rules.yaml in: ``` shell -less /etc/genestack/kustomize/prometheus/alerting_rules.yaml +less /etc/genestack/helm-configs/prometheus/alerting_rules.yaml ```