From 3f7fc038f411722a016f11206d53d5d2df58da44 Mon Sep 17 00:00:00 2001 From: DongHo Jung Date: Mon, 4 Mar 2024 22:09:19 +0900 Subject: [PATCH 1/2] use service-name instead of service-id Signed-off-by: DongHo Jung --- docs/operator-manual/notifications/services/pagerduty_v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/notifications/services/pagerduty_v2.md b/docs/operator-manual/notifications/services/pagerduty_v2.md index 549cdc937b150..d8a123606f270 100755 --- a/docs/operator-manual/notifications/services/pagerduty_v2.md +++ b/docs/operator-manual/notifications/services/pagerduty_v2.md @@ -74,5 +74,5 @@ apiVersion: argoproj.io/v1alpha1 kind: Rollout metadata: annotations: - notifications.argoproj.io/subscribe.on-rollout-aborted.pagerdutyv2: "" + notifications.argoproj.io/subscribe.on-rollout-aborted.pagerdutyv2: "" ``` From 00dc7705ba9be4d3f38ebeb5f38d6be7f4463a2a Mon Sep 17 00:00:00 2001 From: DongHo Jung Date: Mon, 4 Mar 2024 22:32:17 +0900 Subject: [PATCH 2/2] trigger CICD Signed-off-by: DongHo Jung