Skip to content

Helm reference install commands are improperly formatted #272

@krumware

Description

@krumware

in

helm --install everest percona/everest \
and
helm --install everest percona/everest \

The helm command is improperly formatted. Users will receive an error:

Error: unknown command "percona/everest" for "helm"
Run 'helm --help' for usage.

It looks like the upgrade command is simply missing.

So instead of

helm --install

it should read

helm upgrade --install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions