mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-13 20:58:11 +00:00
Merge pull request #106 from skeeey/enable-addon-manager
update e2e addon available type
This commit is contained in:
@@ -564,7 +564,7 @@ func (t *Tester) CheckManagedClusterAddOnStatus(managedClusterNamespace, addOnNa
|
||||
return fmt.Errorf("there is no conditions in addon %v/%v", managedClusterNamespace, addOnName)
|
||||
}
|
||||
|
||||
if !meta.IsStatusConditionTrue(addOn.Status.Conditions, "ManagedClusterAddOnConditionAvailable") {
|
||||
if !meta.IsStatusConditionTrue(addOn.Status.Conditions, "Available") {
|
||||
return fmt.Errorf("The addon %v/%v available condition is not true", managedClusterNamespace, addOnName)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user