helmfile/pkg/tmpl
KUOKA Yusuke 78b03e0d92
fix: --state-values-set panic: value of type interface {} is not assignable to type string (#680)
Probably since #647 helmfile has been unable to merge nested maps in environment values if they were loaded from files. This fixes it.

The relevant test is also enhanced so that no further regression like this happens.

Fixes #677
2019-06-12 13:35:04 +09:00
..
context.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
context_funcs.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
context_funcs_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
context_tmpl.go fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00
context_tmpl_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
file_renderer.go fix: --state-values-set panic: value of type interface {} is not assignable to type string (#680) 2019-06-12 13:35:04 +09:00
file_renderer_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
get_or_nil.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
get_or_nil_test.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
text_renderer.go chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00