mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-14 13:17:39 +00:00
Merge pull request #91 from qiujian16/fix-condition
Fix wrong condition message in klusterlet
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