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
64831314
Commit
64831314
authored
Aug 01, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(charts): describe {{.Files}}
parent
be053f3c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
charts.md
docs/charts.md
+5
-0
No files found.
docs/charts.md
View file @
64831314
...
...
@@ -202,6 +202,11 @@ sensitive_.
-
`Chart`
: The contents of the
`Chart.yaml`
. Thus, the chart version is
obtainable as
`Chart.Version`
and the maintainers are in
`Chart.Maintainers`
.
-
`Files`
: A map-like object containing all non-special files in the chart. This
will not give you access to templates, but will give you access to additional
files that are present. Files can be accessed using
`{{index .Files "file.name"}}`
or using the
`{{.Files.Get name}}`
or
`{{.Files.GetString name}}`
functions. Note that
file data is returned as a
`[]byte`
unless
`{{.Files.GetString}}`
is used.
**NOTE:**
Any unknown Chart.yaml fields will be dropped. They will not
be accessible inside of the
`Chart`
object. Thus, Chart.yaml cannot be
...
...
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