Skip to content

Commit

Permalink
Bump webhook timeout. (sigstore#1465)
Browse files Browse the repository at this point in the history
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 <lorenc.d@gmail.com>
  • Loading branch information
dlorenc authored and Marc Hildenbrand committed Apr 19, 2022
1 parent a2d769f commit 2cb9c1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/500-webhook-configuration.yaml
Expand Up @@ -31,6 +31,7 @@ webhooks:
namespace: cosign-system
failurePolicy: Fail
sideEffects: None
timeoutSeconds: 25

---
apiVersion: admissionregistration.k8s.io/v1
Expand All @@ -52,6 +53,7 @@ webhooks:
namespace: cosign-system
failurePolicy: Fail
sideEffects: None
timeoutSeconds: 25

---
apiVersion: v1
Expand Down

0 comments on commit 2cb9c1d

Please sign in to comment.