From b90e0661d3492b2ff36dfe3f97734483728bb672 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Fri, 23 Oct 2020 15:18:45 -0500 Subject: [PATCH] DNM: Diagnose status update failures --- main.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main.go b/main.go index 53e137d90..2aa046628 100644 --- a/main.go +++ b/main.go @@ -112,14 +112,6 @@ func main() { os.Exit(1) } - if err = (&controllers.HelmChartWatcher{ - Client: mgr.GetClient(), - Log: ctrl.Log.WithName("controllers").WithName("HelmChart"), - Scheme: mgr.GetScheme(), - }).SetupWithManager(mgr); err != nil { - setupLog.Error(err, "unable to create controller", "controller", "HelmChart") - os.Exit(1) - } if err = (&controllers.HelmReleaseReconciler{ Client: mgr.GetClient(), Config: mgr.GetConfig(),