From 5db3fa2e5ff689a967bb202f13988090601091d3 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Wed, 7 Jan 2026 18:38:13 +1100 Subject: [PATCH] Reduced timeout for injector below 13 --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 2d40d2f..445d84c 100644 --- a/values.yaml +++ b/values.yaml @@ -169,7 +169,7 @@ injector: # See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#timeouts # for more details. # - timeoutSeconds: 13 + timeoutSeconds: 12 # namespaceSelector is the selector for restricting the webhook to only # specific namespaces.