From 561daae50be82e2d8451ec3b8f98c2a1ec329e9f Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Tue, 20 Feb 2024 14:43:33 +0200 Subject: [PATCH 1/2] Fix typo in notifications example I'm not too sure what the example should look like, so I'm taking a guess here. Signed-off-by: Adrian Moisey --- docs/operator-manual/notifications/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/notifications/troubleshooting.md b/docs/operator-manual/notifications/troubleshooting.md index 6e144bb0c9985..0971dc1115001 100644 --- a/docs/operator-manual/notifications/troubleshooting.md +++ b/docs/operator-manual/notifications/troubleshooting.md @@ -16,7 +16,7 @@ Additionally, you can specify `:empty` to use empty secret with no notification ```bash argocd admin notifications trigger get \ - --config-map ./argocd admin notifications-cm.yaml --secret :empty + --config-map notifications-cm.yaml --secret :empty ``` * Trigger notification using in-cluster config map and secret: From 184e20b631b29a40c26850f3e038ce4b75e4fec1 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Tue, 20 Feb 2024 15:28:59 +0200 Subject: [PATCH 2/2] Update docs/operator-manual/notifications/troubleshooting.md Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com> Signed-off-by: Adrian Moisey --- docs/operator-manual/notifications/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/notifications/troubleshooting.md b/docs/operator-manual/notifications/troubleshooting.md index 0971dc1115001..616cd4b024e82 100644 --- a/docs/operator-manual/notifications/troubleshooting.md +++ b/docs/operator-manual/notifications/troubleshooting.md @@ -16,7 +16,7 @@ Additionally, you can specify `:empty` to use empty secret with no notification ```bash argocd admin notifications trigger get \ - --config-map notifications-cm.yaml --secret :empty + --config-map ./argocd-notifications-cm.yaml --secret :empty ``` * Trigger notification using in-cluster config map and secret: