We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c67cd commit 244f007Copy full SHA for 244f007
1 file changed
cmd/agent-operator/main.go
@@ -3,6 +3,8 @@ package main
3
import (
4
"github.com/kloudlite/operator/toolkit/operator"
5
6
+ lifecycle "github.com/kloudlite/operator/operators/lifecycle/controller"
7
+
8
workmachine "github.com/kloudlite/operator/operators/workmachine/register"
9
workspace "github.com/kloudlite/operator/operators/workspace/register"
10
)
@@ -24,7 +26,7 @@ func main() {
24
26
// msvcMysql.RegisterInto(mgr)
25
27
// msvcPostgres.RegisterInto(mgr)
28
- // lifecycle.RegisterInto(mgr)
29
+ lifecycle.RegisterInto(mgr)
30
31
// kloudlite resource status updates
32
// resourceWatcher.RegisterInto(mgr)
0 commit comments