From 9f0e5d2fe378d205d9de3c247a5c5f6292e40069 Mon Sep 17 00:00:00 2001 From: shivkumar dudhani Date: Mon, 12 Aug 2019 10:51:17 -0700 Subject: [PATCH] increase resync time --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 92095d417e..70dc30fd7f 100644 --- a/main.go +++ b/main.go @@ -50,8 +50,8 @@ func main() { // watches CRD resources: // - Policy // - PolicyVolation - // - cache resync time: 10 seconds - pInformer := kyvernoinformer.NewSharedInformerFactoryWithOptions(pclient, 10) + // - cache resync time: 30 seconds + pInformer := kyvernoinformer.NewSharedInformerFactoryWithOptions(pclient, 30) // POLICY CONTROLLER // - reconciliation policy and policy violation