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

Add ability to complete helm charts from different sources before the helm package is called #28

Open
wusik opened this issue Aug 31, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@wusik
Copy link

wusik commented Aug 31, 2021

When building a helm chart, we need to add additional resource files that lie outside the original helm chart folder. For now, we use WA by copying the files we need into the source helm chart folder and deleting them when the build task is over.

@jekkel jekkel added the enhancement New feature or request label Sep 1, 2021
@jekkel
Copy link
Contributor

jekkel commented Sep 1, 2021

It shouldn't be very hard since we're already using a copyspec internally for an initial copy to render expansions. I can think of adding a method allowing to enqueue a closure (or action) to be applied on this copyspec befor it gets used. Would that do the trick for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants