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