Skip to content

Commit

Permalink
πŸ›: Remove accidentally added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tmechsner committed Dec 10, 2024
1 parent 7026016 commit a56e37d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ config:
{{- end }}
{{- $routes := list (dict "match" (dict "alertname" "InfoInhibitor") "receiver" "null") -}}
{{- $routes = append $routes (dict "match" (dict "alertname" "Watchdog") "receiver" (hasKey $receivers "healthchecks.io" | ternary "healthchecks.io" "null") "group_interval" "1m" "repeat_interval" "1m") }}
routes : {{- toYaml $routes | nindent 6 }}
routes: {{- toYaml $routes | nindent 6 }}
{{- else }}
enabled: false
{{- end }}
Expand Down

0 comments on commit a56e37d

Please sign in to comment.