From 24141c464ff8be00b495e13750730ca072f6297e Mon Sep 17 00:00:00 2001 From: Matthias Loibl <mail@matthiasloibl.com> Date: Fri, 14 Sep 2018 13:33:49 +0200 Subject: [PATCH] contrib/kube-prometheus: Improve consistency of Prometheus Operator alerts --- .../kube-prometheus/alerts/prometheus-operator.libsonnet | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet b/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet index dd176271..f851caa0 100644 --- a/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet +++ b/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet @@ -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', }, -- GitLab