Skip to content

Commit c02dc5f

Browse files
authored
docs: Fix case of vendor names (#240)
Signed-off-by: Adam Harvey <[email protected]>
1 parent a8d185e commit c02dc5f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/services/opsgenie.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ To be able to send notifications with argocd-notifications you have to create an
1212
8. Give your integration a name, copy the "API key" and safe it somewhere for later
1313
9. Make sure the checkboxes for "Create and Update Access" and "enable" are selected, disable the other checkboxes to remove unnecessary permissions
1414
10. Click "Safe Integration" at the bottom
15-
11. Check your browser for the correct server apiURL. If it is "app.opsgenie.com" then use the us/international api url `api.opsgenie.com` in the next step, otherwise use `api.eu.opsgenie.com` (european api).
16-
12. You are finished with configuring opsgenie. Now you need to configure argocd-notifications. Use the apiUrl, the team name and the apiKey to configure the opsgenie integration in the `argocd-notifications-secret` secret.
15+
11. Check your browser for the correct server apiURL. If it is "app.opsgenie.com" then use the US/international api url `api.opsgenie.com` in the next step, otherwise use `api.eu.opsgenie.com` (European API).
16+
12. You are finished with configuring opsgenie. Now you need to configure argocd-notifications. Use the apiUrl, the team name and the apiKey to configure the Opsgenie integration in the `argocd-notifications-secret` secret.
1717

1818
```yaml
1919
apiVersion: v1

docs/services/pagerduty.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Pagerduty
1+
# PagerDuty
22

33
## Parameters
44

5-
The Pagerduty notification service is used to create pagerduty incidents and requires specifying the following settings:
5+
The PagerDuty notification service is used to create PagerDuty incidents and requires specifying the following settings:
66

7-
* `pagerdutyToken` - the pagerduty auth token
7+
* `pagerdutyToken` - the PagerDuty auth token
88
* `from` - email address of a valid user associated with the account making the request.
99
* `serviceID` - The ID of the resource.
1010

1111

1212
## Example
1313

14-
The following snippet contains sample Pagerduty service configuration:
14+
The following snippet contains sample PagerDuty service configuration:
1515

1616
```yaml
1717
apiVersion: v1
@@ -35,7 +35,7 @@ data:
3535
3636
## Template
3737
38-
[Notification templates](../templates.md) support specifying subject for pagerduty notifications:
38+
[Notification templates](../templates.md) support specifying subject for PagerDuty notifications:
3939
4040
```yaml
4141
apiVersion: v1
@@ -62,5 +62,5 @@ apiVersion: argoproj.io/v1alpha1
6262
kind: Rollout
6363
metadata:
6464
annotations:
65-
notifications.argoproj.io/subscribe.on-rollout-aborted.pagerduty: "<serviceID for Pagerduty>"
65+
notifications.argoproj.io/subscribe.on-rollout-aborted.pagerduty: "<serviceID for PagerDuty>"
6666
```

docs/services/pagerduty_v2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ apiVersion: argoproj.io/v1alpha1
7474
kind: Rollout
7575
metadata:
7676
annotations:
77-
notifications.argoproj.io/subscribe.on-rollout-aborted.pagerdutyv2: "<serviceID for Pagerduty>"
77+
notifications.argoproj.io/subscribe.on-rollout-aborted.pagerdutyv2: "<serviceID for PagerDuty>"
7878
```

0 commit comments

Comments
 (0)