Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
de3b426a
Commit
de3b426a
authored
Sep 28, 2017
by
Taylor Thomas
Committed by
GitHub
Sep 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2971 from neil-ca-moore/install-docs-change
Install docs change
parents
49120bb4
b74f6dd7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
install.go
cmd/helm/install.go
+2
-2
helm_install.md
docs/helm/helm_install.md
+2
-2
helm_install.1
docs/man/man1/helm_install.1
+2
-2
No files found.
cmd/helm/install.go
View file @
de3b426a
...
...
@@ -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.
...
...
docs/helm/helm_install.md
View file @
de3b426a
...
...
@@ -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.
...
...
docs/man/man1/helm_install.1
View file @
de3b426a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment