Fix issue in yaml path

It requires `deployment` actually, see https://artifacthub.io/packages/helm/stakater/reloader?modal=values
This commit is contained in:
Artem Ptushkin
2025-11-12 16:04:24 +01:00
committed by GitHub
parent fd9b7e2c1f
commit 6f1ecffb25

View File

@@ -211,12 +211,13 @@ To enable this feature, update the `reloader.env.secret` section in your `values
```yaml
reloader:
env:
secret:
ALERT_ON_RELOAD: "true" # Enable alerting (default: false)
ALERT_SINK: "slack" # Options: slack, teams, gchat or webhook (default: webhook)
ALERT_WEBHOOK_URL: "<your-webhook-url>" # Required if ALERT_ON_RELOAD is true
ALERT_ADDITIONAL_INFO: "Triggered by Reloader in staging environment"
deployment:
env:
secret:
ALERT_ON_RELOAD: "true" # Enable alerting (default: false)
ALERT_SINK: "slack" # Options: slack, teams, gchat or webhook (default: webhook)
ALERT_WEBHOOK_URL: "<your-webhook-url>" # Required if ALERT_ON_RELOAD is true
ALERT_ADDITIONAL_INFO: "Triggered by Reloader in staging environment"
```
### 7. ⏸️ Pause Deployments