Skip to content

Commit

Permalink
increase timeout of validation webhooks to 30 sec
Browse files Browse the repository at this point in the history
10 seconds are usually enough but in some cases, it takes few seconds to
instantiate a client for interacting with the cluster and then this
10 seconds timeout is reached. Therefore, aligning the timeout of the
validation webhooks with that of mutating webhooks.

Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Sep 28, 2023
1 parent 5906f07 commit abe1a4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ webhooks:
- CREATE
- UPDATE
sideEffects: None
timeoutSeconds: 30
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ webhooks:
- CREATE
- UPDATE
sideEffects: None
timeoutSeconds: 30
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ webhooks:
- secrets
scope: Namespaced
sideEffects: None
timeoutSeconds: 30

0 comments on commit abe1a4c

Please sign in to comment.