From 2afc798766578012be800b7171af73b5bfaa9a34 Mon Sep 17 00:00:00 2001 From: Leo <132279615+lpetrazickisupgrade@users.noreply.github.com> Date: Mon, 13 May 2024 04:00:04 -0400 Subject: [PATCH] Fix exemplar indentation for consistency (#4524) Signed-off-by: Leo Petrazickis Signed-off-by: Quentin Bisson Co-authored-by: Quentin Bisson --- charts/kube-prometheus-stack/Chart.yaml | 2 +- .../kube-prometheus-stack/templates/prometheus/prometheus.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kube-prometheus-stack/Chart.yaml b/charts/kube-prometheus-stack/Chart.yaml index 7d28ce75c534..14a4d4165b18 100644 --- a/charts/kube-prometheus-stack/Chart.yaml +++ b/charts/kube-prometheus-stack/Chart.yaml @@ -23,7 +23,7 @@ name: kube-prometheus-stack sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus -version: 58.5.0 +version: 58.5.1 appVersion: v0.73.2 kubeVersion: ">=1.19.0-0" home: https://github.com/prometheus-operator/kube-prometheus 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: