-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels