This commit is contained in:
Karl Johan Grahn
2024-04-26 17:08:13 +02:00
committed by GitHub
parent 51d63c786e
commit e383fb2fed
3 changed files with 15 additions and 3 deletions

View File

@@ -5,8 +5,14 @@ on:
branches:
- master
paths:
- 'README.md'
- '.markdownlint.yaml'
- '.vale.ini'
- 'Dockerfile-docs'
- 'docs-nginx.conf'
- 'docs/**'
- 'README.md'
- 'theme_common'
- 'theme_override'
jobs:
qa:

View File

@@ -5,8 +5,14 @@ on:
branches:
- master
paths:
- 'README.md'
- '.markdownlint.yaml'
- '.vale.ini'
- 'Dockerfile-docs'
- 'docs-nginx.conf'
- 'docs/**'
- 'README.md'
- 'theme_common'
- 'theme_override'
jobs:
push:

View File

@@ -7,7 +7,7 @@ Reloader can alert when it triggers a rolling upgrade on Deployments or Stateful
In-order to enable this feature, you need to update the `reloader.env.secret` section of `values.yaml` providing the information needed for alert:
```yaml
ALERT_ON_RELOAD: [ true/false ] Default: false
ALERT_ON_RELOAD: [ true/false ] Default: false
ALERT_SINK: [ slack/teams/webhook ] Default: webhook
ALERT_WEBHOOK_URL: Required if ALERT_ON_RELOAD is true
ALERT_ADDITIONAL_INFO: Any additional information to be added to alert