From 53cc9d88e55dd9782d23afd071c2b9b1fd494d68 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Tue, 5 Oct 2021 20:44:18 -0400 Subject: [PATCH] Minor update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2bfef4a..ae820b0d 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,7 @@ PagerDuty instead. Behavior: - By default, `alerting.pagerduty.integration-key` is used as the integration key -- If there is a `services[].group` matching the value of `alerting.pagerduty.overrides[].group`, it will take precedence over `alerting.pagerduty.integration-key` +- If the service being evaluated belongs to a group (`services[].group`) matching the value of `alerting.pagerduty.overrides[].group`, the provider will use that override's integration key instead of `alerting.pagerduty.integration-key`'s ```yaml