Skip to content

Commit f26ec6d

Browse files
committed
WIP: change config webhook policy
1 parent b109a12 commit f26ec6d

File tree

1 file changed

+2
-2
lines changed
  • openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest

1 file changed

+2
-2
lines changed

openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest/2-serving-core.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9153,7 +9153,7 @@ webhooks:
91539153
service:
91549154
name: webhook
91559155
namespace: knative-serving
9156-
failurePolicy: Fail
9156+
failurePolicy: Ignore
91579157
sideEffects: None
91589158
name: config.webhook.serving.knative.dev
91599159
objectSelector:
@@ -9164,7 +9164,7 @@ webhooks:
91649164
- key: app.kubernetes.io/component
91659165
operator: In
91669166
values: ["autoscaler", "controller", "logging", "networking", "observability", "tracing", "net-certmanager"]
9167-
timeoutSeconds: 10
9167+
timeoutSeconds: 30
91689168
---
91699169
# Copyright 2020 The Knative Authors
91709170
#

0 commit comments

Comments
 (0)