diff --git a/internal/mode/static/manager.go b/internal/mode/static/manager.go index a11e670671..6dfd5e09f1 100644 --- a/internal/mode/static/manager.go +++ b/internal/mode/static/manager.go @@ -414,6 +414,9 @@ func registerControllers( }, { objectType: &apiv1.Secret{}, + options: []controller.Option{ + controller.WithK8sPredicate(k8spredicate.ResourceVersionChangedPredicate{}), + }, }, { objectType: &discoveryV1.EndpointSlice{},