Skip to content

Commit

Permalink
Merge branch 'main' into tbavelier/innovation_week_improve_flare
Browse files Browse the repository at this point in the history
  • Loading branch information
tbavelier authored Oct 28, 2024
2 parents 89483cd + 7b66b25 commit d3e2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/datadogagent_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (r *DatadogAgentReconciler) SetupWithManager(mgr ctrl.Manager) error {
}))
}

if err := builder.For(&datadoghqv2alpha1.DatadogAgent{}, builderOptions...).Complete(r); err != nil {
if err := builder.For(&datadoghqv2alpha1.DatadogAgent{}, builderOptions...).WithEventFilter(predicate.GenerationChangedPredicate{}).Complete(r); err != nil {
return err
}

Expand Down

0 comments on commit d3e2ead

Please sign in to comment.