Kptfile pipelines should support mount and network flags #3924
Labels
area/hydrate
enhancement
New feature or request
triaged
Issue has been triaged by adding an `area/` label
Describe your problem
I'm trying to use kpt pipeline with render-helm-chart function as mutator.
In order to use local or remote chart we need to pass one of the following flags to docker which the Kptfile doesn't support:
(In some cases the
as-current-user
flag is required as well.)Current mitigation is to use exec mutator and run a script with the required flags, for example:
snippet from kptfile
render_command.sh
It would be useful if we can pass these flags in the Kptfile like that:
The text was updated successfully, but these errors were encountered: