diff --git a/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/2-eventing-core.yaml b/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/2-eventing-core.yaml index b01c9c379a..81c1dbefce 100644 --- a/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/2-eventing-core.yaml +++ b/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/2-eventing-core.yaml @@ -4406,7 +4406,7 @@ spec: value: "webhook" livenessProbe: <<: *probe - initialDelaySeconds: 20 + initialDelaySeconds: 120 # Our webhook should gracefully terminate by lame ducking first, set this to a sufficiently # high value that we respect whatever value it has configured for the lame duck grace period. diff --git a/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/3-in-memory-channel.yaml b/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/3-in-memory-channel.yaml index 1b39ed3d51..4b0b6323eb 100644 --- a/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/3-in-memory-channel.yaml +++ b/openshift-knative-operator/cmd/operator/kodata/knative-eventing/1.3.2/3-in-memory-channel.yaml @@ -243,7 +243,7 @@ spec: value: "webhook" livenessProbe: <<: *probe - initialDelaySeconds: 20 + initialDelaySeconds: 120 # Our webhook should gracefully terminate by lame ducking first, set this to a sufficiently # high value that we respect whatever value it has configured for the lame duck grace period.