Skip to content
Snippets Groups Projects
Unverified Commit 72edf488 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #197 from prune998/patch-2

use real alertmanager name
parents 79d0151e 1d87031c
Branches
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ local configMapList = k.core.v1.configMapList; ...@@ -86,7 +86,7 @@ local configMapList = k.core.v1.configMapList;
coreDNSSelector: 'job="kube-dns"', coreDNSSelector: 'job="kube-dns"',
podLabel: 'pod', podLabel: 'pod',
alertmanagerSelector: 'job="alertmanager-main",namespace="' + $._config.namespace + '"', alertmanagerSelector: 'job="alertmanager-' + $._config.alertmanager.name + '",namespace="' + $._config.namespace + '"',
prometheusSelector: 'job="prometheus-' + $._config.prometheus.name + '",namespace="' + $._config.namespace + '"', prometheusSelector: 'job="prometheus-' + $._config.prometheus.name + '",namespace="' + $._config.namespace + '"',
prometheusOperatorSelector: 'job="prometheus-operator",namespace="' + $._config.namespace + '"', prometheusOperatorSelector: 'job="prometheus-operator",namespace="' + $._config.namespace + '"',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment