Skip to content

Commit

Permalink
Fix flux alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
uvegla committed Nov 6, 2023
1 parent 683a104 commit df777a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions helm/prometheus-rules/templates/alerting-rules/flux.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ spec:
severity: page
team: honeybadger
topic: releng
namespace: {{ $labels.namespace }}
namespace: |-
{{`{{ $labels.namespace }}`}}
- alert: FluxWorkloadClusterHelmReleaseFailed
annotations:
description: |-
Expand All @@ -52,7 +53,8 @@ spec:
cancel_if_outside_working_hours: "true"
team: honeybadger
topic: releng
namespace: {{ $labels.namespace }}
namespace: |-
{{`{{ $labels.namespace }}`}}
- alert: FluxKustomizationFailed
annotations:
description: |-
Expand Down

0 comments on commit df777a6

Please sign in to comment.