Helm Accessing Arbitrary Files inside Templates: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
</font> | </font> | ||
==<tt>Files.GetBytes</tt>== | ==<tt>Files.GetBytes</tt>== | ||
Revision as of 19:03, 2 March 2022
External
Internal
Overview
The Files
object provide access to all non-special files in the chart. It cannot be used to access templates. The access is provided via several functions.
Functions
Files.Get
{{ .Files.Get <file-name> }}