ktmpl

Parameterized templates for Kubernetes manifests

brewmacoslinux
Try with needOr install directly
Source

About

Parameterized templates for Kubernetes manifests

Commands

ktmpl

Examples

Process a Kubernetes manifest template with parameters$ ktmpl process template.yaml -p PARAM1=value1 -p PARAM2=value2
Generate manifest from template using a parameter file$ ktmpl process deployment.yaml -f params.txt > output.yaml
Replace template variables and output processed manifest$ ktmpl process service.yaml -p PORT=8080 -p NAMESPACE=default