carvel-dev / kapp

kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label

Home Page:https://carvel.dev/kapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update `--preflight` flag to no longer follow the `Check=true` format

everettraven opened this issue · comments

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 enabled

@tmshort expressed interest in working on this.

@100mik @praveenrewar What are your thoughts on this?

@everettraven Sounds good to me! Thanks you so much for all that you are doing 🙇🏻