Helm | Template Functions and Pipelines - 0 views
-
When injecting strings from the .Values object into the template, we ought to quote these strings.
-
Helm has over 60 available functions. Some of them are defined by the Go template language itself. Most of the others are part of the Sprig template library
-
the "Helm template language" as if it is Helm-specific, it is actually a combination of the Go template language, some extra functions, and a variety of wrappers to expose certain objects to the templates.
- ...10 more annotations...