ytt

YAML templating tool that works on YAML structure instead of text

brewmacoslinux
Try with needOr install directly
Source

About

YAML templating tool that works on YAML structure instead of text

Commands

ytt

Examples

Process a YAML file with ytt templating$ ytt -f template.yaml
Pass data values to override template variables$ ytt -f template.yaml -v key=value
Process multiple files and output result$ ytt -f dir/ -f values.yaml > output.yaml