Skip to content

Commit 7707379

Browse files
committed
Debug
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 7ff0a77 commit 7707379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controllers/kustomization_controller.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import (
5555
"github.com/fluxcd/pkg/runtime/dependency"
5656
"github.com/fluxcd/pkg/runtime/events"
5757
"github.com/fluxcd/pkg/runtime/metrics"
58-
"github.com/fluxcd/pkg/runtime/predicates"
5958
"github.com/fluxcd/pkg/untar"
6059
sourcev1 "github.com/fluxcd/source-controller/api/v1beta1"
6160

@@ -131,7 +130,7 @@ func (r *KustomizationReconciler) SetupWithManager(mgr ctrl.Manager, opts Kustom
131130
&handler.EnqueueRequestsFromMapFunc{ToRequests: handler.ToRequestsFunc(r.kustomizationsForBucket)},
132131
builder.WithPredicates(BucketRevisionChangePredicate{}),
133132
).
134-
WithEventFilter(predicates.ChangePredicate{}).
133+
// WithEventFilter(predicates.ChangePredicate{}).
135134
WithOptions(controller.Options{MaxConcurrentReconciles: opts.MaxConcurrentReconciles}).
136135
Complete(r)
137136
}

0 commit comments

Comments
 (0)