Skip to content

Commit

Permalink
Specify the available configuration for the Slack service (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjagiello authored Jan 22, 2022
1 parent 76a5bf0 commit 4da8695
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/content/services/slack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,20 @@ spec:
args: ["hello world"]
{% endraw %}
```

## Reference

### Setup config


| Field | Required | Description |
| - | - | - |
| token | yes | The name of the secret containing the Slack OAuth token. The token has to be stored in the `token` field in the secret. |
| icon_emoji | no | A shortcode for the emoji to use as the bot avatar, e.g. `:rocket`. |


### Notify config

| Field | Required | Description |
| - | - | - |
| channel | yes | The name of the channel to send the notification to, .e.g `argo-alerts`. |

0 comments on commit 4da8695

Please sign in to comment.