Skip to content

Commit f3de7e0

Browse files
committed
fix for issue # 123
1 parent d388234 commit f3de7e0

File tree

1 file changed

+2
-2
lines changed
  • cmd/agent-sandbox-controller

1 file changed

+2
-2
lines changed

cmd/agent-sandbox-controller/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ func main() {
9292
}
9393

9494
if err = (&controllers.SandboxReconciler{
95-
Client: mgr.GetClient(),
96-
Scheme: mgr.GetScheme(),
95+
Client: mgr.GetClient(),
96+
Scheme: mgr.GetScheme(),
9797
SandboxCreationLatency: sandboxCreationLatency,
9898
}).SetupWithManager(mgr); err != nil {
9999
setupLog.Error(err, "unable to create controller", "controller", "Sandbox")

0 commit comments

Comments
 (0)