From 8362958561555e31ce33bcbbcc418aa0fee2ab67 Mon Sep 17 00:00:00 2001 From: dlorenc Date: Tue, 15 Feb 2022 15:16:54 -0600 Subject: [PATCH] Bump webhook timeout. (#1465) 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