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

Remove info about /botkubehelp command #142

Merged
merged 4 commits into from
Sep 19, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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}"
mszostok marked this conversation as resolved.
Show resolved Hide resolved
```

## 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.
mszostok marked this conversation as resolved.
Show resolved Hide resolved
Run **@BotKube help** to find more information about the supported commands.

![help](assets/help.png)

Expand Down