Skip to content

Commit

Permalink
increase timeout for webhooks to solve context deadline exceeded (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 authored Aug 22, 2024
1 parent 2e231e7 commit 628f801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/components/certmanager/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -5356,7 +5356,7 @@ webhooks:
# Equivalent matchPolicy ensures that non-v1 resource requests are sent to
# this webhook (after the resources have been converted to v1).
matchPolicy: Equivalent
timeoutSeconds: 10
timeoutSeconds: 30
failurePolicy: Fail
# Only include 'sideEffects' field in Kubernetes 1.12+
sideEffects: None
Expand Down Expand Up @@ -5407,7 +5407,7 @@ webhooks:
# Equivalent matchPolicy ensures that non-v1 resource requests are sent to
# this webhook (after the resources have been converted to v1).
matchPolicy: Equivalent
timeoutSeconds: 10
timeoutSeconds: 30
failurePolicy: Fail
sideEffects: None
clientConfig:
Expand Down

0 comments on commit 628f801

Please sign in to comment.