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', },