mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-10 03:07:59 +00:00
Fix wrong condition message in klusterlet
Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
@@ -148,7 +148,7 @@ func checkAgentDegradedCondition(
|
||||
Type: degradedType,
|
||||
Status: metav1.ConditionFalse,
|
||||
Reason: fmt.Sprintf("%sFunctional", agentName),
|
||||
Message: fmt.Sprintf("%s is managing credentials", agentName),
|
||||
Message: fmt.Sprintf("%s is functioning correctly", agentName),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user