mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-29 08:37:21 +00:00
Fix wrong condition message in klusterlet
Signed-off-by: Jian Qiu <jqiu@redhat.com>
This commit is contained in:
+1
-1
@@ -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