tvl-depot/templater
Jude Venn 6353ed9d14 feat(templater): Add insertTemplate function
Similar to insertFile, but runs the templating against the file before
inserting.

This is useful for sharing common config between yaml files, e.g. volume
mounts in a deployment.yaml and cronjob.yaml, and it's useful to be able
to use the `configHash` annotation pattern with a templated
configmap.yaml
2019-05-01 23:30:19 +01:00
..
testdata test(templater): Add a test for the default template function 2018-07-14 23:21:36 +02:00
dns.go refactor: Remove old error handling library 2018-03-09 15:23:57 +01:00
pass.go refactor: Remove old error handling library 2018-03-09 15:23:57 +01:00
templater.go feat(templater): Add insertTemplate function 2019-05-01 23:30:19 +01:00
templater_test.go test(templater): Add a test for the default template function 2018-07-14 23:21:36 +02:00