From 826897f333fcf0063a6a26157b6b132a628c2b0c Mon Sep 17 00:00:00 2001 From: Leo Petrazickis Date: Wed, 8 May 2024 10:55:20 -0400 Subject: [PATCH] Fix exemplar indentation for consistency Signed-off-by: Leo Petrazickis --- .../kube-prometheus-stack/templates/prometheus/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kube-prometheus-stack/templates/prometheus/prometheus.yaml b/charts/kube-prometheus-stack/templates/prometheus/prometheus.yaml index 93cbd02648dd..39b9a327bd71 100644 --- a/charts/kube-prometheus-stack/templates/prometheus/prometheus.yaml +++ b/charts/kube-prometheus-stack/templates/prometheus/prometheus.yaml @@ -103,7 +103,7 @@ spec: {{- end }} {{- if and (not .Values.prometheus.agentMode) .Values.prometheus.prometheusSpec.exemplars }} exemplars: - {{ toYaml .Values.prometheus.prometheusSpec.exemplars | indent 4 }} + {{- toYaml .Values.prometheus.prometheusSpec.exemplars | nindent 4 }} {{- end }} {{- if .Values.prometheus.prometheusSpec.enableFeatures }} enableFeatures: