Skip to content

Commit

Permalink
🧹 extend the timeout for the validating webhook (#1042)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Feb 28, 2024
1 parent 2f7053d commit 8a0e222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ webhooks:
- jobs
- cronjobs
sideEffects: None
# The default is 10s but on slow clusters we may take longer
timeout: 20s
2 changes: 2 additions & 0 deletions controllers/admission/webhook-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ webhooks:
- jobs
- cronjobs
sideEffects: None
# The default is 10s but on slow clusters we may take longer
timeout: 20s

0 comments on commit 8a0e222

Please sign in to comment.