Skip to content

Commit

Permalink
Fix typo in alert name
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 3, 2023
1 parent 5d6ca9d commit 3f95d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prometheus/prometheus_rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
groups:
- name: token.alerts
rules:
- alert: EmergencyAccountTokenExiring
- alert: EmergencyAccountTokenExpiring
expr: (min(emergency_credentials_controller_verified_tokens_valid_until_seconds) by (emergency_account) - time()) < 604800
for: 1h
labels:
Expand Down

0 comments on commit 3f95d0c

Please sign in to comment.