Minor update

This commit is contained in:
TwinProduction 2021-10-05 20:44:18 -04:00
parent a6bc0039e9
commit 53cc9d88e5

View File

@ -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