kubepack / chartify

📈 Generate Helm Charts from Kubernetes objects
Apache License 2.0
227 stars 25 forks source link

Where is the executible, how and where to run it from? #46

Closed MrAmbiG closed 4 years ago

MrAmbiG commented 4 years ago

Did go get -u kubepack.dev/chartify from home directory. ran chartify but no go. ran locate chartify but no go. OS: ubuntu 20 Some more documentation on how to install, use and execute would be of great help.

MrAmbiG commented 4 years ago

sudo apt get install golang add following to ~/.bashrc export GOPATH=$HOME/gocode export PATH=$PATH:$GOPATH/bin source ~/.bashrc then install the chartify and it will work everywhere.