Skip to content

Commit

Permalink
Bump webhook timeout.
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 committed Feb 15, 2022
1 parent f005e25 commit ee3dc99
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 ee3dc99

Please sign in to comment.