Skip to content

Commit

Permalink
docs: update notifications secret name (argoproj#18850)
Browse files Browse the repository at this point in the history
All other examples reference `argocd-notifications-secret`, this seems to be the correct name

Signed-off-by: adam tombleson <[email protected]>
  • Loading branch information
rek committed Jun 29, 2024
1 parent 0a14ef9 commit 51c8013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ data:
apiVersion: v1
kind: Secret
metadata:
name: argo-cd-notification-secret
name: argocd-notifications-secret
type: Opaque
data:
pagerduty-key-my-service: <pd-integration-key>
Expand Down

0 comments on commit 51c8013

Please sign in to comment.