Skip to content

Commit c354606

Browse files
authored
Merge pull request #1052 from artemptushkin/patch-1
Fix issue in yaml path
2 parents 7080ec2 + 6f1ecff commit c354606

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,13 @@ To enable this feature, update the `reloader.env.secret` section in your `values
211211

212212
```yaml
213213
reloader:
214-
env:
215-
secret:
216-
ALERT_ON_RELOAD: "true" # Enable alerting (default: false)
217-
ALERT_SINK: "slack" # Options: slack, teams, gchat or webhook (default: webhook)
218-
ALERT_WEBHOOK_URL: "<your-webhook-url>" # Required if ALERT_ON_RELOAD is true
219-
ALERT_ADDITIONAL_INFO: "Triggered by Reloader in staging environment"
214+
deployment:
215+
env:
216+
secret:
217+
ALERT_ON_RELOAD: "true" # Enable alerting (default: false)
218+
ALERT_SINK: "slack" # Options: slack, teams, gchat or webhook (default: webhook)
219+
ALERT_WEBHOOK_URL: "<your-webhook-url>" # Required if ALERT_ON_RELOAD is true
220+
ALERT_ADDITIONAL_INFO: "Triggered by Reloader in staging environment"
220221
```
221222

222223
### 7. ⏸️ Pause Deployments

0 commit comments

Comments
 (0)