Skip to content

Commit cbce85d

Browse files
committed
controllers: testing the waters for convergence
Signed-off-by: Leela Venkaiah G <[email protected]>
1 parent 273a0c9 commit cbce85d

File tree

4 files changed

+195
-750
lines changed

4 files changed

+195
-750
lines changed

cmd/main.go

-9
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,6 @@ func main() {
181181
os.Exit(1)
182182
}
183183

184-
if err = (&controller.StorageClaimReconciler{
185-
Client: mgr.GetClient(),
186-
Scheme: mgr.GetScheme(),
187-
OperatorNamespace: utils.GetOperatorNamespace(),
188-
}).SetupWithManager(mgr); err != nil {
189-
setupLog.Error(err, "unable to create controller", "controller", "StorageClaim")
190-
os.Exit(1)
191-
}
192-
193184
if err := mgr.AddHealthzCheck("healthz", healthz.Ping); err != nil {
194185
setupLog.Error(err, "unable to set up health check")
195186
os.Exit(1)

0 commit comments

Comments
 (0)