Skip to content

Couple of notes about the readme #22

@icicimov

Description

@icicimov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions