Skip to content

Commit

Permalink
fix severity level
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed May 23, 2024
1 parent a77d396 commit 520a562
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ def test_change_client_ocs_version_and_stop_heartbeat(
f"Storage Client ({client_name}) heartbeat missed for more than 300 (s) "
f"in namespace:cluster {cluster_namespace}:{cluster_name}."
),
"severity": "error",
"severity": "critical",
},
{
"label": constants.ALERT_STORAGECLIENTINCOMPATIBLEOPERATORVERSION,
"msg": (
f"Storage Client Operator ({client_name}) differs by more than 1 minor "
f"version in namespace:cluster {cluster_namespace}:{cluster_name}."
),
"severity": "error",
"severity": "critical",
},
]
states = ["firing"]
Expand Down

0 comments on commit 520a562

Please sign in to comment.