Skip to content

Commit 6b74779

Browse files
committed
dev: streamline
1 parent 377db72 commit 6b74779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/controller/chi/worker-reconciler-chi.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func (w *worker) reconcileCR(ctx context.Context, old, new *api.ClickHouseInstal
8383
}
8484

8585
w.markReconcileStart(ctx, new, actionPlan)
86-
w.excludeStoppedCHIFromMonitoring(new)
86+
w.excludeFromMonitoring(new)
8787
w.setHostStatusesPreliminary(ctx, new, actionPlan)
8888

8989
if err := w.reconcile(ctx, new); err != nil {
@@ -106,7 +106,7 @@ func (w *worker) reconcileCR(ctx context.Context, old, new *api.ClickHouseInstal
106106
}
107107
w.clean(ctx, new)
108108
w.dropReplicas(ctx, new, actionPlan)
109-
w.addCHIToMonitoring(new)
109+
w.addToMonitoring(new)
110110
w.waitForIPAddresses(ctx, new)
111111
w.finalizeReconcileAndMarkCompleted(ctx, new)
112112

0 commit comments

Comments
 (0)