From 04b027ad94cd945b4c3640907bc07e469f5b1528 Mon Sep 17 00:00:00 2001 From: tkong Date: Wed, 13 May 2026 16:33:59 +1200 Subject: [PATCH] PR build test --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index b6f16d96..3bcc07bc 100644 --- a/main.go +++ b/main.go @@ -107,6 +107,7 @@ func main() { os.Exit(1) } + setupLog.Info("========= This is a PR build test ==============") setupLog.Info("starting manager") if err := mgr.Start(ctrl.SetupSignalHandler()); err != nil { setupLog.Error(err, "problem running manager")