Skip to content

Commit

Permalink
Adding alertmanagerConfigSelector
Browse files Browse the repository at this point in the history
  • Loading branch information
sekka1 authored Mar 11, 2022
1 parent 85dcf97 commit 5180408
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform-modules/aws/helm/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ alertmanager:
- alertmanager.internal.managedkube.com
# secretName: domain-wildcard # This should match the Certificate secretName

alertmanagerSpec:
alertmanagerConfigSelector:
matchLabels:
# The `AlertmanagerConfig` configs must have this label for
# this alert manager to include in the config.
release: kube-prometheus-stack

## Alertmanager configuration directives
## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file
## https://prometheus.io/webtools/alerting/routing-tree-editor/
Expand Down

0 comments on commit 5180408

Please sign in to comment.