From 628f801cfecaf53bb66d7fcd4352bf770c65b0d5 Mon Sep 17 00:00:00 2001 From: sakshisharma84 Date: Thu, 22 Aug 2024 12:56:17 -0400 Subject: [PATCH] increase timeout for webhooks to solve context deadline exceeded (#82) --- pkg/components/certmanager/template.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/components/certmanager/template.go b/pkg/components/certmanager/template.go index 168d8849..55a0359c 100644 --- a/pkg/components/certmanager/template.go +++ b/pkg/components/certmanager/template.go @@ -5356,7 +5356,7 @@ webhooks: # Equivalent matchPolicy ensures that non-v1 resource requests are sent to # this webhook (after the resources have been converted to v1). matchPolicy: Equivalent - timeoutSeconds: 10 + timeoutSeconds: 30 failurePolicy: Fail # Only include 'sideEffects' field in Kubernetes 1.12+ sideEffects: None @@ -5407,7 +5407,7 @@ webhooks: # Equivalent matchPolicy ensures that non-v1 resource requests are sent to # this webhook (after the resources have been converted to v1). matchPolicy: Equivalent - timeoutSeconds: 10 + timeoutSeconds: 30 failurePolicy: Fail sideEffects: None clientConfig: