helm-chart icon indicating copy to clipboard operation
helm-chart copied to clipboard

Couple of notes about the readme

Open icicimov opened this issue 6 years ago • 1 comments

Hi,

This command:

$ helm create chart --starter=sitewards/chart ${CHART_NAME}

should be:

$ helm create ${CHART_NAME} --starter=sitewards/chart 

Also this one:

$ git clone https://github.com/sitewards/helm-chart ${HOME}/.helm/starters/sitewards/chart

should read:

$ git clone https://github.com/sitewards/helm-chart ${HOME}/.helm/starters/sitewards

otherwise you will end up with path like ${HOME}/.helm/starters/sitewards/chart/chart.

icicimov avatar May 19 '18 09:05 icicimov

fixed in another repo in https://github.com/littlemanco/helm-chart/commit/ff28d97851f678d11f98bd00ec921a2581111f94

andrewhowdencom avatar Sep 23 '19 14:09 andrewhowdencom