You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: