From a046c3a96bfbc9d3001734c16af2cc8aad4dc066 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 10 Sep 2025 01:50:10 +0200 Subject: [PATCH] Made service cleanup REQUIRE CLEANUP=true. This is opposite, now that we have workers that can self-discover services. --- functions/onprem/orborus/orborus.go | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index 51ab7a69..a7395107 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -225,6 +225,7 @@ func cleanupExistingNodes(ctx context.Context) error { return nil } + if isKubernetes == "true" { // Cleanup all workers created by orborus and all apps created by workers.