Skip to content

Commit

Permalink
Fix exemplar indentation for consistency (#4524)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Petrazickis <[email protected]>
Signed-off-by: Quentin Bisson <[email protected]>
Co-authored-by: Quentin Bisson <[email protected]>
  • Loading branch information
lpetrazickisupgrade and QuentinBisson authored May 13, 2024
1 parent fb9c3fe commit 2afc798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2afc798

Please sign in to comment.