Skip to content
New issue

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

Couple of notes about the readme #22

Open
icicimov opened this issue May 19, 2018 · 1 comment
Open

Couple of notes about the readme #22

icicimov opened this issue May 19, 2018 · 1 comment

Comments

@icicimov
Copy link

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.

@andrewhowdencom
Copy link
Collaborator

fixed in another repo in littlemanco@ff28d97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants