diff --git a/openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest/2-serving-core.yaml b/openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest/2-serving-core.yaml index 0ad2f3dc5a..0c5f0d1b97 100644 --- a/openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest/2-serving-core.yaml +++ b/openshift-knative-operator/cmd/openshift-knative-operator/kodata/knative-serving/latest/2-serving-core.yaml @@ -9153,7 +9153,7 @@ webhooks: service: name: webhook namespace: knative-serving - failurePolicy: Fail + failurePolicy: Ignore sideEffects: None name: config.webhook.serving.knative.dev objectSelector: @@ -9164,7 +9164,7 @@ webhooks: - key: app.kubernetes.io/component operator: In values: ["autoscaler", "controller", "logging", "networking", "observability", "tracing", "net-certmanager"] - timeoutSeconds: 10 + timeoutSeconds: 3 --- # Copyright 2020 The Knative Authors #