Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 604 Bytes

send_slack_notifications_from_helmsman.md

File metadata and controls

24 lines (18 loc) · 604 Bytes
version
v1.5.0

Slack notifications from Helmsman

Starting from v1.4.0-rc, Helmsman can send slack notifications to a channel of your choice. To enable the notifications, simply add a slack webhook in the settings section of your desired state file. The webhook URL can be passed directly or from an environment variable.

[settings]
...
slackWebhook = $MY_SLACK_WEBHOOK
settings:
  # ...
  slackWebhook : "$MY_SLACK_WEBHOOK"
  # ...

Getting a Slack Webhook URL

Follow the slack guide for generating a webhook URL.