File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ webhooks:
4343 resources :
4444 - scaledobjects
4545 sideEffects : None
46- timeoutSeconds : 10
46+ timeoutSeconds : {{ .Values.webhooks.timeoutSeconds | default 10 }}
4747- admissionReviewVersions :
4848 - v1
4949 clientConfig :
@@ -67,7 +67,7 @@ webhooks:
6767 resources :
6868 - triggerauthentications
6969 sideEffects : None
70- timeoutSeconds : 10
70+ timeoutSeconds : {{ .Values.webhooks.timeoutSeconds | default 10 }}
7171- admissionReviewVersions :
7272 - v1
7373 clientConfig :
@@ -91,5 +91,5 @@ webhooks:
9191 resources :
9292 - clustertriggerauthentications
9393 sideEffects : None
94- timeoutSeconds : 10
94+ timeoutSeconds : {{ .Values.webhooks.timeoutSeconds | default 10 }}
9595{{- end }}
Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ webhooks:
183183 timeoutSeconds : 1
184184 failureThreshold : 3
185185 successThreshold : 1
186+ # -- Timeout in seconds for KEDA admission webhooks
187+ timeoutSeconds : 10
186188 # -- Enable webhook to use host network, this is required on EKS with custom CNI
187189 useHostNetwork : false
188190 # -- Name of the KEDA admission webhooks
You can’t perform that action at this time.
0 commit comments