mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
prome-grafana tries getting default vars from environment
This commit is contained in:
@@ -6,11 +6,11 @@ contactPoints:
|
||||
- uid: beeuk6rhszaiof
|
||||
type: slack
|
||||
settings:
|
||||
url: {{ env_vars.SLACK_WEBHOOK_URL }}
|
||||
url: {{ slack_webhook_url }}
|
||||
disableResolveMessage: false
|
||||
- uid: eewvrxp9d14w0a
|
||||
type: webhook
|
||||
settings:
|
||||
httpMethod: POST
|
||||
url: {{ env_vars.DISCORD_WEBHOOK_URL }}
|
||||
url: {{ discord_webhook_url }}
|
||||
disableResolveMessage: false
|
||||
|
||||
Reference in New Issue
Block a user