Skip to content

Commit

Permalink
Update header for survey
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Sep 26, 2022
1 parent 2f3d437 commit 4a3643b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/bot/interactive/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func Help(platform config.CommPlatformIntegration, clusterName, botName string)
},
{
Base: Base{
Description: "Angry? Amazed?",
Header: "Angry? Amazed?",
},
Buttons: []Button{
btnBuilder.DescriptionURL("Give feedback", "feedback", "https://feedback.botkube.io", ButtonStylePrimary),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To list all supported kubectl commands
*Filters (advanced)*
You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters

Angry? Amazed?
*Angry? Amazed?*
Give feedback: https://feedback.botkube.io

Read our docs: https://botkube.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ BotKube is now active for "testing" cluster :rocket:<br><br>**Using multiple ins
--cluster-name="testing"
```<br><br>**Manage incoming notifications**<br>```
@BotKube notifier [start|stop|status]
```<br> - `@BotKube notifier start`<br> - `@BotKube notifier stop`<br> - `@BotKube notifier status`<br><br>**Notification types**<br>By default, BotKube will notify only about cluster errors and recommendations.<br> - `@BotKube edit SourceBindings`<br><br>**Ping your cluster**<br>Check the status of connected Kubernetes cluster(s).<br> - `@BotKube ping`<br><br>**Run kubectl commands (if enabled)**<br>You can run kubectl commands directly from Platform!<br> - `@BotKube get services`<br> - `@BotKube get pods`<br> - `@BotKube get deployments`<br><br>To list all supported kubectl commands<br> - `@BotKube commands list`<br><br>**Filters (advanced)**<br>You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters<br><br>Angry? Amazed?<br>Give feedback: https://feedback.botkube.io<br><br>Read our docs: https://botkube.io<br>Join our Slack: https://join.botkube.io<br>Follow us on Twitter: https://twitter.com/botkube_io<br>
```<br> - `@BotKube notifier start`<br> - `@BotKube notifier stop`<br> - `@BotKube notifier status`<br><br>**Notification types**<br>By default, BotKube will notify only about cluster errors and recommendations.<br> - `@BotKube edit SourceBindings`<br><br>**Ping your cluster**<br>Check the status of connected Kubernetes cluster(s).<br> - `@BotKube ping`<br><br>**Run kubectl commands (if enabled)**<br>You can run kubectl commands directly from Platform!<br> - `@BotKube get services`<br> - `@BotKube get pods`<br> - `@BotKube get deployments`<br><br>To list all supported kubectl commands<br> - `@BotKube commands list`<br><br>**Filters (advanced)**<br>You can extend BotKube functionality by writing additional filters that can check resource specs, validate some checks and add messages to the Event struct. Learn more at https://botkube.io/filters<br><br>**Angry? Amazed?**<br>Give feedback: https://feedback.botkube.io<br><br>Read our docs: https://botkube.io<br>Join our Slack: https://join.botkube.io<br>Follow us on Twitter: https://twitter.com/botkube_io<br>

0 comments on commit 4a3643b

Please sign in to comment.