Skip to content

Commit

Permalink
Remove turtle related Alertmanager configuration (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte authored Jan 31, 2025
1 parent 0961cc5 commit 2931aab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Removed

- Remove turtle related Alertmanager configuration

## [0.13.1] - 2025-01-30

### Removed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,6 @@ route:
- team="rocket"
continue: false

# Team Turtles Slack
- receiver: team_turtles_slack
matchers:
- severity=~"page|notify"
- team="turtles"
continue: false

# Team Honeybadger Slack
- receiver: team_honeybadger_slack
matchers:
Expand Down Expand Up @@ -294,23 +287,6 @@ receivers:
send_resolved: true
actions: *slack-actions

- name: team_turtles_slack
slack_configs:
{{- if eq .Values.managementCluster.pipeline "stable" }}
- channel: '#alert-turtles'
{{- else }}
- channel: '#alert-turtles-test'
{{- end }}
http_config:
{{- if .Values.alerting.slackAPIToken }}
authorization:
type: Bearer
credentials: {{ .Values.alerting.slackAPIToken }}
{{- end }}
proxy_from_environment: true
send_resolved: true
actions: *slack-actions

- name: team_tenet_slack
slack_configs:
- channel: '#alert-tenet'
Expand Down

0 comments on commit 2931aab

Please sign in to comment.