diff --git a/bindata/v3.11.0/openshift-apiserver/deploy.yaml b/bindata/v3.11.0/openshift-apiserver/deploy.yaml index 00d9b4968..68440d953 100644 --- a/bindata/v3.11.0/openshift-apiserver/deploy.yaml +++ b/bindata/v3.11.0/openshift-apiserver/deploy.yaml @@ -129,7 +129,7 @@ spec: httpGet: scheme: HTTPS port: 8443 - path: readyz + path: readyz?exclude=etcd&exclude=etcd-readiness initialDelaySeconds: 0 periodSeconds: 5 timeoutSeconds: 10 diff --git a/pkg/operator/v311_00_assets/bindata.go b/pkg/operator/v311_00_assets/bindata.go index 46703a248..3a1dc1c59 100644 --- a/pkg/operator/v311_00_assets/bindata.go +++ b/pkg/operator/v311_00_assets/bindata.go @@ -287,7 +287,7 @@ spec: httpGet: scheme: HTTPS port: 8443 - path: readyz + path: readyz?exclude=etcd&exclude=etcd-readiness initialDelaySeconds: 0 periodSeconds: 5 timeoutSeconds: 10