fix: Key case to match to existing code

Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Adam Harvey
2023-06-14 10:18:11 -04:00
parent 0a3494325e
commit 06d72a8d04
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ _Note: When annotating with `pagerduty.com/service-id`, the feature to Create In
If you want to override the default URL used for events, you can add it to `app-config.yaml`:
```yaml
pagerduty:
pagerDuty:
eventsBaseUrl: 'https://events.pagerduty.com/v2'
```
+1 -1
View File
@@ -18,7 +18,7 @@ export interface Config {
* Configuration for the PagerDuty plugin
* @visibility frontend
*/
pagerduty?: {
pagerDuty?: {
/**
* Optional Events Base URL to override the default.
* @visibility frontend