Skip to content

Commit

Permalink
Remove info about /botkubehelp command
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 19, 2022
1 parent f0e5a11 commit a376cc1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions docs/installation/mattermost/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,6 @@ Export the channel name as an environment variable:
export MATTERMOST_CHANNEL="{channel_name}"
```

## Configure /botkubehelp Slash Command

**1.** First, go to **Main Menu > Integrations > Slash Commands**. (If you don’t have the Integrations option in your Main Menu, slash commands may not be enabled on your Mattermost server or maybe disabled for non-admins. Enable them from System Console > Integrations > Custom Integrations in prior versions)

**2.** Click **Add Slash Command** and add the following details for the command and click **Save**.

| Field | Value |
| -------------------- | ---------------------------------- |
| Title | BotKube |
| Description | Show BotKube help |
| Command Trigger Word | botkubehelp |
| Request URL | https://botkube.herokuapp.com/help |
| Request Method | POST |
| Autocomplete | True |

![mm_botkube_slash_cmd](assets/mm_botkube_slash_cmd.png)

**3.** Verify executing **/botkubehelp** in a channel.

![mm_botkube_help](assets/mm_botkube_help.png)

## Install BotKube in Kubernetes cluster

- We use [Helm](https://helm.sh/) to install BotKube in Kubernetes. Follow [this](https://docs.helm.sh/using_helm/#installing-helm) guide to install helm if you don't have it installed already.
Expand Down
Binary file modified docs/usage/assets/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3
## Debugging deployments using BotKube

@BotKube allows you to execute kubectl commands on your Kubernetes cluster.
Run **/botkubehelp** to find more information about the supported commands.
Run **@BotKube help** to find more information about the supported commands.

![help](assets/help.png)

Expand Down

0 comments on commit a376cc1

Please sign in to comment.