contrib/kube-prometheus: Improve consistency of Prometheus Operator alerts

This commit is contained in:
Matthias Loibl
2018-09-14 13:33:49 +02:00
parent b308b25acc
commit 24141c464f

View File

@@ -13,7 +13,7 @@
severity: 'warning',
},
annotations: {
message: 'Errors while reconciling Alertmanager in {{$labels.namespace}} namespace.',
message: 'Errors while reconciling Alertmanager in {{ $labels.namespace }} Namespace.',
},
'for': '10m',
},
@@ -26,7 +26,7 @@
severity: 'warning',
},
annotations: {
message: 'Errors while reconciling Prometheus in {{$labels.namespace}} namespace.',
message: 'Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.',
},
'for': '10m',
},
@@ -39,7 +39,7 @@
severity: 'warning',
},
annotations: {
message: 'Errors while reconciling Prometheus in {{$labels.namespace}} namespace.',
message: 'Errors while reconciling Prometheus in {{ $labels.namespace }} Namespace.',
},
'for': '10m',
},