Skip to content

Commit

Permalink
fix new lines
Browse files Browse the repository at this point in the history
Signed-off-by: craig <cbrookes@redhat.com>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
maleck13 committed Sep 19, 2024
1 parent c2cf07f commit 4f1742e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/alerts/orphan_records.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ spec:
severity: warning
annotations:
summary: "The number of DNS Owners is greater than the number of records for root domain '{{ $labels.rootDomain }}'"
description: "This alert fires if the number of owners (controller collaborating on a record set) is greater than the number of records. This may mean a record has been left behind in the provider due to a failed delete"
description: "This alert fires if the number of owners (controller collaborating on a record set) is greater than the number of records. This may mean a record has been left behind in the provider due to a failed delete"

Check failure on line 19 in examples/alerts/orphan_records.yaml

View workflow job for this annotation

GitHub Actions / EOF Newline

[EOF Newline] examples/alerts/orphan_records.yaml#L19

Missing newline
Raw output
examples/alerts/orphan_records.yaml:19: Missing newline
3 changes: 2 additions & 1 deletion examples/alerts/prometheusrules_policies_missing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ spec:
severity: warning
annotations:
summary: "No RateLimitPolicy targeting HTTPRoute '{{ $labels.httproute_name }}'"
description: "This alert fires if a HTTPRoute does not have an associated RateLimitPolicy."
description: "This alert fires if a HTTPRoute does not have an associated RateLimitPolicy."

Check failure on line 58 in examples/alerts/prometheusrules_policies_missing.yaml

View workflow job for this annotation

GitHub Actions / EOF Newline

[EOF Newline] examples/alerts/prometheusrules_policies_missing.yaml#L58

Missing newline
Raw output
examples/alerts/prometheusrules_policies_missing.yaml:58: Missing newline

0 comments on commit 4f1742e

Please sign in to comment.