-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
91 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Echo executor | ||
# ConfigMap watcher source | ||
|
||
Echo is the example Botkube executor used during [e2e tests](../../../test/e2e). | ||
ConfigMap watcher source is the example Botkube source used during [e2e tests](../../../test/e2e). | ||
|
||
## Configuration parameters | ||
|
||
The Echo configuration should be specified in YAML format. It accepts such parameters: | ||
The configuration should be specified in YAML format. Such parameters are supported: | ||
|
||
```yaml | ||
configMapName: cm-map-watcher # config map name to react to. | ||
configMap: | ||
name: cm-map-watcher # config map name to react to | ||
namespace: botkube # config map namespace | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters