Skip to content

Commit

Permalink
Removes namespace check
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaize Kaye committed Jul 30, 2024
1 parent 4c5655c commit bf7a239
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controllers/build_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bf7a239

Please sign in to comment.