Skip to content

Commit

Permalink
- templated emails
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Nov 18, 2024
1 parent fa5f15c commit 6bf0105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdrs-backend/plg/alertmanager/alertmanager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ inhibit_rules:
receivers:
- name: 'admin-team-emails'
email_configs:
- to: '[email protected]'
- to: '{{ admin_team_emails }}'

- name: 'dev-team-emails'
email_configs:
- to: '[email protected], [email protected], [email protected], [email protected]'
- to: '{{ dev_team_emails }}'

0 comments on commit 6bf0105

Please sign in to comment.