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

Commit 609e729

Browse files
committed
resouceWatcher adde
1 parent 244f007 commit 609e729

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
@@ -5,6 +5,8 @@ import (
55

66
lifecycle "github.com/kloudlite/operator/operators/lifecycle/controller"
77

8+
resourceWatcher "github.com/kloudlite/operator/operators/resource-watcher/controller"
9+
810
workmachine "github.com/kloudlite/operator/operators/workmachine/register"
911
workspace "github.com/kloudlite/operator/operators/workspace/register"
1012
)
@@ -29,7 +31,7 @@ func main() {
2931
lifecycle.RegisterInto(mgr)
3032

3133
// kloudlite resource status updates
32-
// resourceWatcher.RegisterInto(mgr)
34+
resourceWatcher.RegisterInto(mgr)
3335

3436
// distribution.RegisterInto(mgr)
3537

0 commit comments

Comments
 (0)