bitnami / readme-generator-for-helm

Auto generate READMEs for Helm Charts
https://bitnami.com
Apache License 2.0
212 stars 48 forks source link

Pkg support #59

Closed enrico9034 closed 1 year ago

enrico9034 commented 1 year ago

In order to be able to release this tool as a single binary executable without having to install node and npm, for example, if you want to use it within a docker image, the pkg module asks to specify the assets you need, the only one that is not added automatically is config.json.

I already built the binary and tested it in a clean debian docker image and it runs fine.