ytt¶
YTT is a template engine dedicated to yaml.
Feature configuration (prefixed with ytt.)
| Property | Type | Description |
|---|---|---|
disabled |
booleanfalse |
Should this feature be disabled ? |
suffixes |
string[]['.ytt'] |
A list of filename suffix to include. |
extensions |
string[]['yaml', 'yml', ''] |
A list of glob of supported extension. |
excludes |
string[][] |
A list of glob of filepath to exclude. |
args |
string[][] |
A list of arguments to pass to ytt. |
depends_suffixes |
string[]['.data', '.overlay'] |
File suffix to use for ytt dependency files. |
| Property | Type | Description |
|---|---|---|
includes |
string[]['*.ytt{.yaml,.yml,}'] |
A list of glob of filepath to include. It is automatically generated from suffixes and extensions. |
keywords |
string[] |
|
keywords_escape_format |
string[]%s_ |