helmfile/tmpl
KUOKA Yusuke 0639714136
feat: `tpl` template function (#504)
Add `tpl` template function that looks exactly like helm's one.

Resolves #420
2019-03-25 18:08:47 +09:00
..
context.go feat: double render the helmfile (#308) 2018-09-12 08:55:42 +09:00
context_funcs.go feat: `tpl` template function (#504) 2019-03-25 18:08:47 +09:00
context_funcs_test.go feat: `tpl` template function (#504) 2019-03-25 18:08:47 +09:00
context_tmpl.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
context_tmpl_test.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
file_renderer.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
file_renderer_test.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00
get_or_nil.go feat: `get` and `getOrNil` template funcs to allow defaulting in templates (#370) 2018-09-28 11:44:49 +09:00
get_or_nil_test.go feat: `get` and `getOrNil` template funcs to allow defaulting in templates (#370) 2018-09-28 11:44:49 +09:00
text_renderer.go feat: Release Template (#439) 2019-01-22 01:19:07 +09:00