Documentation ¶
Index ¶
Constants ¶
View Source
const ( // NotesFileNameSuffix is the file name suffix for helm notes. // see https://helm.sh/docs/chart_template_guide/notes_files/ NotesFileNameSuffix = ".txt" )
Variables ¶
This section is empty.
Functions ¶
func Render ¶
func Render(namespace string, directory string, iop values.Map, kubernetesVersion *version.Info) ([]manifest.Manifest, util.Errors, error)
Render produces a set of fully rendered manifests from Helm. Any warnings are also propagated up. Note: this is the direct result of the Helm call. Postprocessing steps are done later.
Types ¶
type TemplateFilterFunc ¶
TemplateFilterFunc filters templates to render by their file name
Click to show internal directories.
Click to hide internal directories.