Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 244f007

Browse files
committed
small change
1 parent c3c67cd commit 244f007

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmd/agent-operator/main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ package main
33
import (
44
"github.com/kloudlite/operator/toolkit/operator"
55

6+
lifecycle "github.com/kloudlite/operator/operators/lifecycle/controller"
7+
68
workmachine "github.com/kloudlite/operator/operators/workmachine/register"
79
workspace "github.com/kloudlite/operator/operators/workspace/register"
810
)
@@ -24,7 +26,7 @@ func main() {
2426
// msvcMysql.RegisterInto(mgr)
2527
// msvcPostgres.RegisterInto(mgr)
2628

27-
// lifecycle.RegisterInto(mgr)
29+
lifecycle.RegisterInto(mgr)
2830

2931
// kloudlite resource status updates
3032
// resourceWatcher.RegisterInto(mgr)

0 commit comments

Comments
 (0)