From 19687d44da9bc2d7345460a9388d9179c8c152b8 Mon Sep 17 00:00:00 2001 From: Adem Baccara <71262172+Adembc@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:13:43 +0100 Subject: [PATCH] test pr Signed-off-by: Adem Baccara <71262172+Adembc@users.noreply.github.com> --- workspaces/controller/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/controller/cmd/main.go b/workspaces/controller/cmd/main.go index ae09c2ed..8c4c8501 100644 --- a/workspaces/controller/cmd/main.go +++ b/workspaces/controller/cmd/main.go @@ -119,7 +119,7 @@ func main() { // after the manager stops then its usage might be unsafe. // // TODO: check if we are doing anything which would prevent us from using this option. - // LeaderElectionReleaseOnCancel: true, + // LeaderElectionReleaseOnCancel: false, }) if err != nil { setupLog.Error(err, "unable to start manager")