Helmize
The following options are available in the helmize.yaml
. Read More
Required
Type slice
Optional
Type string
Default structure/
Define a directory where the entire structure for helmize is located below. This path will be prepended for all the condition’s paths. The directory must be within the chart directry but not within the templates/ folder.
Optional
Type string
/slice
Default [ "yaml", "yml", "tpl" ]
Define which file extensions should be considered while looking through the directories. Just declare the extension without wildcard, this configuration does not accept regex pattern.
Optional
Type string
/slice
Define which file names should be considered while looking through the directories. You can use regex patterns.
Optional
Type string
Default helmize
Key within each’s file content which holds the file configuration. This value also allows nested paths (eg. metadata.config
). After the config is source the entire key is removed from the content.
Optional
Type string
Default helmize.core.templates.identifier
Define a custom identifier template
Optional
Type string
Default helmize.render.templates.render
Define a custom render template
Optional
Type slice
Renderers are helm templates which are executed after all the files are merged. The Renderers are executed in given order.
Optional
Type string
Default false
If any file contains an error the template will fail. With force the template won’t fail even if there are errors. Files with errors will be skipped.