From 0802cd427621b11fd62abff8395bb821f13214c0 Mon Sep 17 00:00:00 2001 From: Raghavi Date: Thu, 6 Jun 2024 13:13:38 +0530 Subject: [PATCH] Replaced email to SAMAccountName (#303) Signed-off-by: Raghavi Shirur --- docs/services/rocketchat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/rocketchat.md b/docs/services/rocketchat.md index 20aaa405..b84861b5 100644 --- a/docs/services/rocketchat.md +++ b/docs/services/rocketchat.md @@ -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 @@ -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