Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Apr 26, 2024
1 parent c69288f commit 319becb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/webhook/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ var (
sideEffortsNone = admv1.SideEffectClassNone
namespacedScope = admv1.NamespacedScope
clusterScope = admv1.ClusterScope
shortWebhookTimeout = ptr.To(int32(1))
longWebhookTimeout = ptr.To(int32(5))
// Experimental change.
shortWebhookTimeout = ptr.To(int32(10))
longWebhookTimeout = ptr.To(int32(10))
)

var AddToManagerFuncs []func(manager.Manager) error
Expand Down

0 comments on commit 319becb

Please sign in to comment.