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
c27333fd
Unverified
Commit
c27333fd
authored
Oct 29, 2017
by
Joan Rieu
Committed by
GitHub
Oct 29, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(chart): add note about `.helmignore` for `.Files`
parent
1b05c5ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
charts.md
docs/charts.md
+4
-3
No files found.
docs/charts.md
View file @
c27333fd
...
...
@@ -589,9 +589,10 @@ sensitive_.
`
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. You can
also access the contents of the file as `
[]
byte
` using `
{{.Files.GetBytes}}
`
files that are present (unless they are excluded using `
.helmignore
`). Files can be
accessed using `
{{index .Files "file.name"}}
` or using the `
{{.Files.Get name}}
` or
`
{{.Files.GetString name}}
` functions. You can also access the contents of the file
as `
[]
byte
` using `
{{.Files.GetBytes}}
`
- `
Capabilities
`: A map-like object that contains information about the versions
of Kubernetes (`
{{.Capabilities.KubeVersion}}
`, Tiller
(`
{{.Capabilities.TillerVersion}}
`, and the supported Kubernetes API versions
...
...
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