This step uses the epp
tool to parse template files
and stores the generated file for future usage with like the kubectl
step.
deploy:
steps:
- blendle/epp:
template: template.yml # required, must contain valid template
output: deployment.yml # optional, defaults to kubernetes.yml
The step is available as open source under the terms of the MIT License.