-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
in
everest-doc/docs/quick-install.md
Line 92 in 24f5293
helm --install everest percona/everest \ |
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
igroene
Metadata
Metadata
Assignees
Labels
No labels