Skip to content

Commit

Permalink
(chore): rename pluginHelm to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijith-darshan committed Feb 4, 2025
1 parent 62e6da2 commit d721a7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/greenhouse/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,14 @@ var knownControllers = map[string]func(controllerName string, mgr ctrl.Manager)
"teamRoleBindingController": (&teamrbaccontrollers.TeamRoleBindingReconciler{}).SetupWithManager,

// Plugin controllers.
// "pluginPropagation": (&plugincontrollers.PluginPropagationReconciler{}).SetupWithManager,

// Plugin controllers.
"pluginHelm": (&plugincontrollers.PluginReconciler{
"plugin": (&plugincontrollers.PluginReconciler{
KubeRuntimeOpts: kubeClientOpts,
}).SetupWithManager,
"pluginPreset": (&plugincontrollers.PluginPresetReconciler{}).SetupWithManager,

// Cluster controllers
"bootStrap": (&clustercontrollers.BootstrapReconciler{}).SetupWithManager,
"clusterReconciler": startClusterReconciler,
// "clusterPropagation": (&clustercontrollers.ClusterPropagationReconciler{}).SetupWithManager,
}

// knownControllers lists the name of known controllers.
Expand Down

0 comments on commit d721a7d

Please sign in to comment.