How to remove readiness and liveness check in the entire cluster

I’m using a K8S operator that has some initial delay in setting up deployments due to a high hardcoded value for the initialDelaySeconds . This is a bug in that K8S operator. I cannot change the operator code to decrease this time but is there a workaround like disabling health and readiness check in the entire K8S cluster?