Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More flags to control what is generated #54

Open
alanmeadows opened this issue Sep 9, 2022 · 1 comment
Open

More flags to control what is generated #54

alanmeadows opened this issue Sep 9, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@alanmeadows
Copy link

alanmeadows commented Sep 9, 2022

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).

@arttor
Copy link
Owner

arttor commented Sep 9, 2022

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 arttor added the enhancement New feature or request label Sep 9, 2022
Reasonable-Solutions added a commit to nais/unleasherator that referenced this issue Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants