Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: zeritti <[email protected]>
Signed-off-by: Garry O'Donnell <[email protected]>
  • Loading branch information
garryod and zeritti authored Sep 18, 2023
1 parent bcc22a1 commit 9711559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus/templates/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data:
{{- end }}
{{- if eq $key "prometheus.yml" -}}
{{- if $root.Values.extraScrapeConfigs }}
{{ tpl $root.Values.extraScrapeConfigs $root | indent 4 }}
{{ tpl $root.Values.extraScrapeConfigs $root | indent 4 }}
{{- end -}}
{{- if or ($root.Values.alertmanager.enabled) ($root.Values.server.alertmanagers) }}
alerting:
Expand Down

0 comments on commit 9711559

Please sign in to comment.