Introduce wait
key to run health checks for all deployed resources
#2973
Labels
Milestone
wait
key to run health checks for all deployed resources
#2973
Is your feature request related to a problem? Please describe.
In #2678 health checks were introduced to allow users to wait for their resources to be reconciled.
When wait is true we would wait for all the resources applied to the cluster. This is the preferred method that we would want users to use.
In the v1alpha1 schema
wait
will default to false and helm / manifestsnoWait
will default to false. However in the v1beta1 schemawait
will default to true while helm / manifestswait
default to falseThe text was updated successfully, but these errors were encountered: