We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
${HOME}/.helm/starters/sitewards/chart/chart
The text was updated successfully, but these errors were encountered:
fixed in another repo in littlemanco@ff28d97
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
This command:
should be:
Also this one:
should read:
otherwise you will end up with path like
${HOME}/.helm/starters/sitewards/chart/chart
.The text was updated successfully, but these errors were encountered: