helm-chart
helm-chart copied to clipboard
Couple of notes about the readme
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
.
fixed in another repo in https://github.com/littlemanco/helm-chart/commit/ff28d97851f678d11f98bd00ec921a2581111f94