fix application bug
This commit is contained in:
@@ -18,9 +18,7 @@
|
||||
|
||||
package controller
|
||||
|
||||
import "kubesphere.io/kubesphere/pkg/controller/workspace"
|
||||
|
||||
func init() {
|
||||
// AddToManagerFuncs is a list of functions to create controllers and add them to a manager.
|
||||
AddToManagerFuncs = append(AddToManagerFuncs, workspace.Add)
|
||||
//AddToManagerFuncs = append(AddToManagerFuncs, workspace.Add)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user