Skip to content

Commit

Permalink
fix(slack-hooks): updated example for atlantis configuration (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
neilscallywag authored May 9, 2024
1 parent 43c9437 commit c4a2a2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runatlantis.io/docs/using-slack-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ webhooks:
workspace-regex: .*
branch-regex: .*
kind: slack
channel: my-channel
channel: my-channel-id
```
If you are deploying Atlantis as a Helm chart, this can be implemented via the `config` parameter available for [chart customizations](https://github.com/runatlantis/helm-charts#customization):
Expand All @@ -59,9 +59,9 @@ config: |
workspace-regex: .*
branch-regex: .*
kind: slack
channel: my-channel
channel: my-channel-id
```
The `apply` event information will be sent to the `my-channel` Slack channel.
The `apply` event information will be sent to the `my-channel-id` Slack channel.

0 comments on commit c4a2a2c

Please sign in to comment.