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
5debe737
Unverified
Commit
5debe737
authored
Jan 31, 2018
by
Matthew Fisher
Committed by
GitHub
Jan 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3424 from huanghuangzym/master
fix doc some spell check
parents
14136964
f953b2be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
charts.md
docs/charts.md
+3
-3
No files found.
docs/charts.md
View file @
5debe737
...
...
@@ -58,7 +58,7 @@ maintainers: # (optional)
engine
:
gotpl
# The name of the template engine (optional, defaults to gotpl)
icon
:
A URL to an SVG or PNG image to be used as an icon (optional).
appVersion
:
The version of the app that this contains (optional). This needn't be SemVer.
deprecated
:
Whether
or not
this chart is deprecated (optional, boolean)
deprecated
:
Whether this chart is deprecated (optional, boolean)
tillerVersion
:
The version of Tiller that this chart requires. This should be expressed as a SemVer range
:
"
>2.0.0"
(optional)
```
...
...
@@ -175,7 +175,7 @@ dependencies:
that you must also use
`helm repo add`
to add that repo locally.
Once you have a dependencies file, you can run
`helm dependency update`
and it will use your dependency file to download all
of
the specified
and it will use your dependency file to download all the specified
charts into your
`charts/`
directory for you.
```
console
...
...
@@ -294,7 +294,7 @@ In the above example all charts with the tag `front-end` would be disabled but s
`
front-end
` tag and `
subchart1
` will be enabled.
Since `
subchart2
` is tagged with `
back-end
` and that tag evaluates to `
true
`, `
subchart2
` will be
enabled. Also note that although `
subchart2
` has a condition specified in `
requirements.yaml
`, there
enabled. Also note
s
that although `
subchart2
` has a condition specified in `
requirements.yaml
`, there
is no corresponding path and value in the parent's values so that condition has no effect.
##### Using the CLI with Tags and Conditions
...
...
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