Update --preflight
flag to no longer follow the Check=true
format
#893
Labels
carvel accepted
This issue should be considered for future work and that the triage process has been completed
enhancement
This issue is a feature request
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
In some discussions around carvel-dev/carvel#729 it's come to my attention that with all preflight checks being disable by default, it doesn't make much sense to require the enabling of preflight checks to follow the format of
--preflight=Check=true,OtherCheck=true,...
and could instead follow the format of--preflight=Check,OtherCheck,...
. This makes it follow an "enabler" pattern where all preflight checks must be explicitly enabledThe text was updated successfully, but these errors were encountered: