helmfile/pkg
KUOKA Yusuke 65ee6a2124
fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645)
Seems like we are affected by https://github.com/golang/go/issues/24963. That is, even though we internally use the template option `missingkey=zero`, in some cases it still prints `<no value>` instead of zero values, which has been confusing the state yaml parsing.

This fixes the issue by naively replacing all the remaining occurrences of `<no value>` in the rendered text, while printing debug logs to ease debugging in the future when there is unexpected side-effects introduced by this native method.

Fixes #553
2019-06-04 13:23:38 +09:00
..
app fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00
argparser chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
maputil feat: override state(former "enviroment") values via command-line args (#644) 2019-06-04 11:03:01 +09:00
state feat: helmfile as a go library (#639) 2019-06-04 09:12:00 +09:00
tmpl fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00