Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
samirtahir91 committed Mar 22, 2024
1 parent 84a2642 commit 6037454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/secretsync_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ func (r *SecretSyncReconciler) SetupWithManager(mgr ctrl.Manager) error {
&corev1.Secret{},
handler.EnqueueRequestsFromMapFunc(r.findObjectsForSecret),
builder.WithPredicates(sourceNamespacePredicate()),
//builder.WithPredicates(predicate.ResourceVersionChangedPredicate{}),
).
Complete(r)
}

0 comments on commit 6037454

Please sign in to comment.