Skip to content

Commit

Permalink
Fix exemplar indentation for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Petrazickis <lpetrazickis@upgrade.com>
  • Loading branch information
lpetrazickisupgrade committed May 8, 2024
1 parent f29a258 commit 826897f
Showing 1 changed file with 1 addition and 1 deletion.
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 826897f

Please sign in to comment.