karancode / kustomize-github-action

:european_castle: Github action for kustomize
https://github.com/marketplace/actions/kustomize-github-action
MIT License
44 stars 28 forks source link

Autodownload Kustomize plugins #15

Open karancode opened 4 years ago

karancode commented 4 years ago

Adding an option, let's say kustomize_plugins : <plugin_to_be_downloaded> which will download the plugin specified. This can default to empty i.e. no plugins will be downloaded.

yindia commented 4 years ago

@karancode are you working on it ?

yindia commented 4 years ago

@karancode Hey, kustomize_plugins can be an array. Ideally developer use one or zero plugin but let's support array for bigger use case

karancode commented 4 years ago

@evalsocket I really want to, but currently quite caught with other issues. Will do it asa I get time. PS : PRs are still welcome :)