Skip to content

Commit

Permalink
controller: add kubeconfig reconciler (#906)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhijith Ravindra <[email protected]>
  • Loading branch information
onuryilmaz and abhijith-darshan authored Feb 17, 2025
1 parent 5ebeedf commit f44dd43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/greenhouse/controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var knownControllers = map[string]func(controllerName string, mgr ctrl.Manager)
// Cluster controllers
"bootStrap": (&clustercontrollers.BootstrapReconciler{}).SetupWithManager,
"clusterReconciler": startClusterReconciler,
"kubeconfig": (&clustercontrollers.KubeconfigReconciler{}).SetupWithManager,
}

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

0 comments on commit f44dd43

Please sign in to comment.