Looping Files with range Over .Files.Glob
Generating ConfigMaps from a directory of files.
Bundling Files in a Chart
Charts can ship extra files alongside templates. The .Files object gives your templates read access to those bundled files.
Matching Files with Glob
The .Files.Glob method returns the files whose paths match a pattern, like every file under a config directory.
{{ $files := .Files.Glob "configs/*.conf" }}All lessons in this course
- Deep Merge with mergeOverwrite and dict
- tpl: Rendering Strings from Values
- Looping Files with range Over .Files.Glob
- fail and Custom Validation Guards