zarf icon indicating copy to clipboard operation
zarf copied to clipboard

Change `noWait` to `wait` within the zarf schema

Open AustinAbro321 opened this issue 8 months ago • 0 comments

We currently have a key called noWait within the manifests and charts objects within the schema. This signals whether or not to use the Helm wait functionality. Negative boolean keys are generally less user friendly and less brief. We should instead just have a wait key which defaults to true. As a bonus this name we will match the helm key https://helm.sh/docs/helm/helm_install/

AustinAbro321 avatar Jun 12 '24 14:06 AustinAbro321