diff --git a/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet b/jsonnet/kube-prometheus/alerts/prometheus-operator.libsonnet index dd17627144d3382be30285e3cf97a0c8c950b0b3..f851caa0b11c99818e2f103efb6b3d72c3d3b868 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', },