Skip to content
Snippets Groups Projects
Commit ac83dba0 authored by Matthias Loibl's avatar Matthias Loibl Committed by GitHub
Browse files

Merge pull request #2216 from nrobert13/allow_multiple_operators

add namespace to the component selectors
parents d4ce8320 7e055479
No related branches found
No related tags found
No related merge requests found
......@@ -82,9 +82,9 @@ local configMapList = k.core.v1.configMapList;
coreDNSSelector: 'job="kube-dns"',
podLabel: 'pod',
alertmanagerSelector: 'job="alertmanager-main"',
prometheusSelector: 'job="prometheus-k8s"',
prometheusOperatorSelector: 'job="prometheus-operator"',
alertmanagerSelector: 'job="alertmanager-main",namespace="' + $._config.namespace + '"',
prometheusSelector: 'job="prometheus-' + $._config.prometheus.name + '",namespace="' + $._config.namespace + '"',
prometheusOperatorSelector: 'job="prometheus-operator",namespace="' + $._config.namespace + '"',
jobs: {
Kubelet: $._config.kubeletSelector,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment