From ee3dc999a7653d1220d17c6a7f448b06098e3b6e Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Tue, 15 Feb 2022 14:24:33 -0600 Subject: [PATCH] Bump webhook timeout. This is taking longer than 10s sometimes now, breaking CI. Matt did some debugging and found it's because the distroless image we use here has accumulated so many signatures that it takes a long time to fetch them all. Signed-off-by: Dan Lorenc --- config/500-webhook-configuration.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/500-webhook-configuration.yaml b/config/500-webhook-configuration.yaml index 8ad9e24ddfd..ba067a61e15 100644 --- a/config/500-webhook-configuration.yaml +++ b/config/500-webhook-configuration.yaml @@ -31,6 +31,7 @@ webhooks: namespace: cosign-system failurePolicy: Fail sideEffects: None + timeoutSeconds: 25 --- apiVersion: admissionregistration.k8s.io/v1 @@ -52,6 +53,7 @@ webhooks: namespace: cosign-system failurePolicy: Fail sideEffects: None + timeoutSeconds: 25 --- apiVersion: v1