Skip to content

Commit

Permalink
fix bug of aggregating status to resourcebinding
Browse files Browse the repository at this point in the history
Signed-off-by: lihanbo <[email protected]>
  • Loading branch information
mrlihanbo committed Sep 7, 2021
1 parent 36922fc commit 3da0a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/binding/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var workPredicateFn = builder.WithPredicates(predicate.Funcs{
return !reflect.DeepEqual(statusesOld, statusesNew)
},
DeleteFunc: func(event.DeleteEvent) bool {
return false
return true
},
GenericFunc: func(event.GenericEvent) bool {
return false
Expand Down

0 comments on commit 3da0a0c

Please sign in to comment.