Clean up flux healthchecks
I just learned this:
.spec.wait
is an optional boolean field to perform health checks for all reconciled resources as part of the Kustomization. If set to true,.spec.healthChecks
is ignored.
I think we have places with both wait: true
and a set of health checks specified, with the idea that flux would then only consider those health checks. We need to go over those and either remove the health checks or change the wait
.