mirror of
https://github.com/helm/helm.git
synced 2026-03-27 12:53:33 -04:00
Merge pull request #2971 from neil-ca-moore/install-docs-change
Install docs change
This commit is contained in:
commit
de3b426a86
3 changed files with 6 additions and 6 deletions
|
|
@ -46,8 +46,8 @@ import (
|
|||
const installDesc = `
|
||||
This command installs a chart archive.
|
||||
|
||||
The install argument must be either a relative path to a chart directory or the
|
||||
name of a chart in the current working directory.
|
||||
The install argument must be a chart reference, a path to a packaged chart,
|
||||
a path to an unpacked chart directory or a URL.
|
||||
|
||||
To override values in a chart, use either the '--values' flag and pass in a file
|
||||
or use the '--set' flag and pass configuration from the command line.
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ install a chart archive
|
|||
|
||||
This command installs a chart archive.
|
||||
|
||||
The install argument must be either a relative path to a chart directory or the
|
||||
name of a chart in the current working directory.
|
||||
The install argument must be a chart reference, a path to a packaged chart,
|
||||
a path to an unpacked chart directory or a URL.
|
||||
|
||||
To override values in a chart, use either the '--values' flag and pass in a file
|
||||
or use the '--set' flag and pass configuration from the command line.
|
||||
|
|
|
|||
|
|
@ -18,8 +18,8 @@ helm\-install \- install a chart archive
|
|||
This command installs a chart archive.
|
||||
|
||||
.PP
|
||||
The install argument must be either a relative path to a chart directory or the
|
||||
name of a chart in the current working directory.
|
||||
The install argument must be a chart reference, a path to a packaged chart,
|
||||
a path to an unpacked chart directory or a URL.
|
||||
|
||||
.PP
|
||||
To override values in a chart, use either the '\-\-values' flag and pass in a file
|
||||
|
|
|
|||
Loading…
Reference in a new issue