mirror of
https://github.com/kubereboot/kured.git
synced 2026-05-06 00:17:24 +00:00
improved documentation covering slack usage (#564)
This PR clarrifies how user can use --notify -url flag and respect the username by adding <username>@ in front of tokenA.
This commit is contained in:
committed by
GitHub
parent
cd7c4f8da3
commit
34f0df2605
@@ -283,7 +283,10 @@ Alternatively you can use the `--message-template-drain` and `--message-template
|
||||
Here is the syntax:
|
||||
|
||||
- slack: `slack://tokenA/tokenB/tokenC`
|
||||
(`--slack-hook-url` is deprecated but possible to use)
|
||||
|
||||
(`slack://<USERNAME>@tokenA/tokenB/tokenC` - in case you want to [respect username](https://github.com/weaveworks/kured/issues/482))
|
||||
|
||||
(`--slack-hook-url` is deprecated but possible to use)
|
||||
|
||||
- rocketchat: `rocketchat://[username@]rocketchat-host/token[/channel|@recipient]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user