From bf7a2392f1920b840a76c3349a1c1f25936271b7 Mon Sep 17 00:00:00 2001 From: Blaize Kaye Date: Wed, 31 Jul 2024 10:51:08 +1200 Subject: [PATCH] Removes namespace check --- controllers/build_controller.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/controllers/build_controller.go b/controllers/build_controller.go index d8dffdb..4d701d2 100644 --- a/controllers/build_controller.go +++ b/controllers/build_controller.go @@ -278,11 +278,6 @@ func successfulBuildPodsPredicate() predicate.Predicate { //TODO: need the logic here to find the appropriate types // that is, successful and build pods - // TODO: remove when happy with process - and we want it to run across everything - if event.ObjectNew.GetNamespace() != "test6-drupal-example-simple-test1copy" { - return false - } - labels := event.ObjectNew.GetLabels() _, err := getValueFromMap(labels, "lagoon.sh/buildName") if err != nil {