Skip to content

Commit

Permalink
BB-311 push oplog populator alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Jan 3, 2023
1 parent 525eed9 commit da1844b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da1844b

Please sign in to comment.