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(),