Config
The following general configuration options are available in the helmize.yaml
Required
Type slice
Required
Type slice
Optional
Type string
Define a directory where the entire structure for helmize is located below. This path will be appended for all the condition’s paths.
Optional
Type string
Define a directory where all templates for the dropins templates are located below. This path will be appended for all the templates in all dropins
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.
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
/slice
Default path
Valid Options file
, path
Define how files are merged together.
Optional
Type string
Default "inventory.render.templates.identifier"
Define a custom identifier template
Optional
Type string
Default "inventory.entrypoint.templates.render"
Define a custom render template