Unverified Commit 171fa2ac authored by Joan Rieu's avatar Joan Rieu Committed by GitHub

docs(chart-files): add note about `.helmignore`

parent c27333fd
...@@ -7,6 +7,7 @@ Helm provides access to files through the `.Files` object. Before we get going w ...@@ -7,6 +7,7 @@ Helm provides access to files through the `.Files` object. Before we get going w
- It is okay to add extra files to your Helm chart. These files will be bundled and sent to Tiller. Be careful, though. Charts must be smaller than 1M because of the storage limitations of Kubernetes objects. - It is okay to add extra files to your Helm chart. These files will be bundled and sent to Tiller. Be careful, though. Charts must be smaller than 1M because of the storage limitations of Kubernetes objects.
- Some files cannot be accessed through the `.Files` object, usually for security reasons. - Some files cannot be accessed through the `.Files` object, usually for security reasons.
- Files in `templates/` cannot be accessed. - Files in `templates/` cannot be accessed.
- Files excluded using `.helmignore` cannot be accessed.
- Charts do not preserve UNIX mode information, so file-level permissions will have no impact on the availability of a file when it comes to the `.Files` object. - Charts do not preserve UNIX mode information, so file-level permissions will have no impact on the availability of a file when it comes to the `.Files` object.
<!-- (see https://github.com/jonschlinkert/markdown-toc) --> <!-- (see https://github.com/jonschlinkert/markdown-toc) -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment