Skip to content

Commit 854f30b

Browse files
committed
Fix typo
Signed-off-by: Iulian Taiatu <itaiatu@adobe.com>
1 parent f2eeba8 commit 854f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/runtime/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func (r *resourceReconciler) Reconcile(ctx context.Context, req ctrlrt.Request)
215215
return ctrlrt.Result{}, err
216216
}
217217

218-
// Check if the resource still matched the the watchSelectors.
218+
// Check if the resource still matches the watchSelectors.
219219
if !r.cfg.WatchSelectorsParsed.Matches(labels.Set(desired.MetaObject().GetLabels())) {
220220
r.log.V(1).Info(
221221
"Skipping reconcile for resource that does not match watch selectors",

0 commit comments

Comments
 (0)