Skip to content

Commit

Permalink
update (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed Apr 26, 2024
1 parent 51d63c7 commit e383fb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/pull_request_docs.yaml
Expand Up @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/push_docs.yaml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/Alerting.md
Expand Up @@ -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
Expand Down

0 comments on commit e383fb2

Please sign in to comment.