Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correction in Rocket.chat documentation #303

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/services/rocketchat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Rocket.Chat notification service configuration includes following settings:

* `email` - the Rocker.Chat user's email
* `email` - the Rocker.Chat user's SAMAccountName
* `password` - the Rocker.Chat user's password
* `alias` - optional alias that should be used to post message
* `icon` - optional message icon
Expand All @@ -25,7 +25,7 @@ The Rocket.Chat notification service configuration includes following settings:
4. Copy username and password that you was created for bot user
5. Create a public or private channel, or a team, for this example `my_channel`
6. Add your bot to this channel **otherwise it won't work**
7. Store email and password in argocd_notifications-secret Secret
7. Store email and password in argocd-notifications-secret Secret

```yaml
apiVersion: v1
Expand Down
Loading