helmify icon indicating copy to clipboard operation
helmify copied to clipboard

More flags to control what is generated

Open alanmeadows opened this issue 3 years ago • 1 comments

For our use case, we really want to leverage helmify to keep CRDs and RBAC up to date with changes in the chart kept in the same repository that houses a large set of controllers.

However, we want to maintain the chart (e.g. deployment, values, and so on) ourselves. We would really benefit from individual flags within helmify to control what it generates and what it doesn't (e.g. only do CRDs and RBAC).

alanmeadows avatar Sep 09 '22 12:09 alanmeadows

Very good suggestion @alanmeadows ! I was thinking to add something like this:

helmify --only=rbac,crd
helmify --skip=deployment,configmap

What do you think?

arttor avatar Sep 09 '22 15:09 arttor