|
|
@ -122,7 +122,7 @@ func (reconcile reconcileCommand) run(cmd *cobra.Command, args []string) error {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if readyCond.Status != metav1.ConditionTrue {
|
|
|
|
if readyCond.Status != metav1.ConditionTrue {
|
|
|
|
return fmt.Errorf("%s reconciliation failed: ''%s", reconcile.kind, readyCond.Message)
|
|
|
|
return fmt.Errorf("%s reconciliation failed: '%s'", reconcile.kind, readyCond.Message)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
logger.Successf(reconcile.object.successMessage())
|
|
|
|
logger.Successf(reconcile.object.successMessage())
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|