diff --git a/cmd/clustertree/cluster-manager/app/manager.go b/cmd/clustertree/cluster-manager/app/manager.go index 93416e93a..2e10a9b8f 100644 --- a/cmd/clustertree/cluster-manager/app/manager.go +++ b/cmd/clustertree/cluster-manager/app/manager.go @@ -234,7 +234,7 @@ func run(ctx context.Context, opts *options.Options) error { return fmt.Errorf("error starting root pvc controller %v", err) } - //promotePolicyReconciler := controllers.PromotePolicyReconciler{ + //promotePolicyController := controllers.promotePolicyController{ // Client: mgr.GetClient(), //} //if err := promotePolicyReconciler.SetupWithManager(mgr); err != nil {