Skip to content

Commit e77d13b

Browse files
author
Joshua Reed
committed
Cleanup.
1 parent 938a2ee commit e77d13b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/utils/base_reconciler.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ func (r *ReconciliationRunner) RunBaseReconciliationStages() (res ctrl.Result, r
356356
r.SetupPatcher,
357357
r.GetCAPICluster,
358358
r.GetCSCluster,
359-
r.RequeueIfMissingBaseCRs}
359+
r.RequeueIfMissingBaseCRs,
360+
r.CheckIfPaused}
360361
baseStages = append(
361362
append(baseStages, r.additionalCommonStages...),
362363
r.RunIf(func() bool { return r.ReconciliationSubject.GetDeletionTimestamp().IsZero() }, r.Reconcile),

0 commit comments

Comments
 (0)