Skip to content

Commit

Permalink
docs: Fix typo in notifications example (#17250)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

* Update docs/operator-manual/notifications/troubleshooting.md

Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
Signed-off-by: Adrian Moisey <[email protected]>

---------

Signed-off-by: Adrian Moisey <[email protected]>
Co-authored-by: Soumya Ghosh Dastidar <[email protected]>
  • Loading branch information
adrianmoisey and gdsoumya authored Feb 21, 2024
1 parent 4761255 commit 17ef8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operator-manual/notifications/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./argocd-notifications-cm.yaml --secret :empty
```

* Trigger notification using in-cluster config map and secret:
Expand Down

0 comments on commit 17ef8b9

Please sign in to comment.