From dd02e809a56d43a08a6c05547825fb756ea9625f 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..ba11dbcbaae 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 + timeout: 25s --- apiVersion: admissionregistration.k8s.io/v1 @@ -52,6 +53,7 @@ webhooks: namespace: cosign-system failurePolicy: Fail sideEffects: None + timeout: 25s --- apiVersion: v1