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
ab7acfe0
Unverified
Commit
ab7acfe0
authored
Oct 28, 2017
by
Taylor Thomas
Committed by
GitHub
Oct 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3042 from jiacona/patch-1
Update using_helm.md
parents
441758b2
67ed2cfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
using_helm.md
docs/using_helm.md
+4
-0
No files found.
docs/using_helm.md
View file @
ab7acfe0
...
...
@@ -230,6 +230,10 @@ There are two ways to pass configuration data during install:
-
`--set`
: Specify overrides on the command line.
If both are used,
`--set`
values are merged into
`--values`
with higher precedence.
Overrides specified with
`--set`
are persisted in a configmap. Values that have been
`--set`
can be viewed for a given release with
`helm get values <release-name>`
.
Values that have been
`--set`
can be cleared by running
`helm upgrade`
with
`--reset-values`
specified.
#### The Format and Limitations of `--set`
...
...
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