Fix grammar in managed reconciler commentary
Signed-off-by: Nic Cope <negz@rk0n.org>
This commit is contained in:
parent
3ec572329d
commit
105d2dd705
|
|
@ -521,7 +521,7 @@ func (r *ManagedReconciler) Reconcile(req reconcile.Request) (reconcile.Result,
|
|||
return reconcile.Result{RequeueAfter: r.shortWait}, errors.Wrap(IgnoreNotFound(r.client.Status().Update(ctx, managed)), errUpdateManagedStatus)
|
||||
}
|
||||
|
||||
// We've successfully deleted external resource (if necessary) and
|
||||
// We've successfully deleted our external resource (if necessary) and
|
||||
// removed our finalizer. If we assume we were the only controller that
|
||||
// added a finalizer to this resource then it should no longer exist and
|
||||
// thus there is no point trying to update its status.
|
||||
|
|
|
|||
Loading…
Reference in New Issue