feat: support Google Chat as an Alert notification provider

This commit is contained in:
Alex Marston
2025-06-10 14:38:06 +01:00
parent 533ba4f7eb
commit 5139d65f9c
3 changed files with 28 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ In-order to enable this feature, you need to update the `reloader.env.secret` se
```yaml
ALERT_ON_RELOAD: [ true/false ] Default: false
ALERT_SINK: [ slack/teams/webhook ] Default: webhook
ALERT_SINK: [ slack/teams/gchat/webhook ] Default: webhook
ALERT_WEBHOOK_URL: Required if ALERT_ON_RELOAD is true
ALERT_ADDITIONAL_INFO: Any additional information to be added to alert
```