fixed typo
Signed-off-by: Jodok Batlogg <jodok@batlogg.com>
This commit is contained in:
parent
0a435c9a58
commit
d7c45de5ca
|
|
@ -209,7 +209,7 @@ func (r *KustomizationReconciler) Reconcile(ctx context.Context, req ctrl.Reques
|
|||
r.recordReadiness(ctx, kustomization)
|
||||
return ctrl.Result{RequeueAfter: r.requeueDependency}, nil
|
||||
}
|
||||
log.Info("All dependencies area ready, proceeding with reconciliation")
|
||||
log.Info("All dependencies are ready, proceeding with reconciliation")
|
||||
}
|
||||
|
||||
// record reconciliation duration
|
||||
|
|
|
|||
Loading…
Reference in New Issue