fix: enable clusterrolebinding controller

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2019-06-04 16:43:11 +08:00
committed by zryfish
parent 6f941dce91
commit 22dca0ad55

View File

@@ -18,7 +18,9 @@
package controller
import "kubesphere.io/kubesphere/pkg/controller/clusterrolebinding"
func init() {
// AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
//AddToManagerFuncs = append(AddToManagerFuncs, clusterrolebinding.Add)
AddToManagerFuncs = append(AddToManagerFuncs, clusterrolebinding.Add)
}