We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d011a commit 8ba789fCopy full SHA for 8ba789f
pkg/controllers/binding/binding_predicate.go
@@ -69,7 +69,7 @@ func newBindingPredicate() predicate.Predicate {
69
},
70
UpdateFunc: func(e event.UpdateEvent) bool {
71
// Trigger reconciliation when deletion starts to ensure timely finalizer/cleanup handling
72
- if e.ObjectOld.GetDeletionTimestamp() != e.ObjectNew.GetDeletionTimestamp() {
+ if e.ObjectOld.GetDeletionTimestamp() != e.ObjectNew.GetDeletionTimestamp() {
73
return true
74
}
75
// Check if any critical spec fields have changed
0 commit comments