From da1844b731cafb6937039e039a24eee9e4d46308 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Fri, 23 Dec 2022 12:17:38 +0100 Subject: [PATCH] BB-311 push oplog populator alerts --- .github/workflows/docker-build.yaml | 3 ++- .github/workflows/release.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 2b5d78e897..99d2bfdab3 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -51,7 +51,8 @@ jobs: replication/dashboard.json:application/grafana-dashboard+json \ replication/alerts.yaml:application/prometheus-alerts+yaml \ notification/dashboard.json:application/grafana-dashboard+json \ - notification/alerts.yaml:application/prometheus-alerts+yaml + notification/alerts.yaml:application/prometheus-alerts+yaml \ + oplog-populator/alerts.yaml:application/prometheus-alerts+yaml working-directory: monitoring - name: Push policies into the development namespace diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ad6cb060a..44fc469012 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -52,7 +52,8 @@ jobs: replication/dashboard.json:application/grafana-dashboard+json \ replication/alerts.yaml:application/prometheus-alerts+yaml \ notification/dashboard.json:application/grafana-dashboard+json \ - notification/alerts.yaml:application/prometheus-alerts+yaml + notification/alerts.yaml:application/prometheus-alerts+yaml \ + oplog-populator/alerts.yaml:application/prometheus-alerts+yaml working-directory: monitoring - name: Push policies into the production namespace