From e383fb2fed57ff89efb83d57ec0df9b8754c7be3 Mon Sep 17 00:00:00 2001 From: Karl Johan Grahn <6355577+karl-johan-grahn@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:08:13 +0200 Subject: [PATCH] update (#647) --- .github/workflows/pull_request_docs.yaml | 8 +++++++- .github/workflows/push_docs.yaml | 8 +++++++- docs/Alerting.md | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request_docs.yaml b/.github/workflows/pull_request_docs.yaml index 855a760..48f2454 100644 --- a/.github/workflows/pull_request_docs.yaml +++ b/.github/workflows/pull_request_docs.yaml @@ -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: diff --git a/.github/workflows/push_docs.yaml b/.github/workflows/push_docs.yaml index 2f5caaf..cbecd2a 100644 --- a/.github/workflows/push_docs.yaml +++ b/.github/workflows/push_docs.yaml @@ -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: diff --git a/docs/Alerting.md b/docs/Alerting.md index 6b493f9..6512744 100644 --- a/docs/Alerting.md +++ b/docs/Alerting.md @@ -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