helmfile/pkg
Eric Bailey 72425aebfc fix: persist original file path when using bases (#672)
* fix: persist original file path when using bases

Prior to this change, the resulting lock file was called `<bases[0]>.lock`,
instead of `<filename>.lock`.

This change ensures the final, merged state has the correct `.FilePath`.

* test: Assert proper FilePath in layered HelmState
2019-06-11 14:01:27 +09:00
..
app fix: persist original file path when using bases (#672) 2019-06-11 14:01:27 +09:00
argparser chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
environment feat: state values (#647) 2019-06-04 16:34:02 +09:00
event chore: tidy up pkgs (#636) 2019-06-01 13:36:05 +09:00
helmexec fix: convert path to absolute path when doing `helm secret dec` (#664) 2019-06-10 21:43:20 +09:00
maputil feat: state values (#647) 2019-06-04 16:34:02 +09:00
remote feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
state fix: persist original file path when using bases (#672) 2019-06-11 14:01:27 +09:00
testhelper feat: remote state files (#648) 2019-06-04 22:59:54 +09:00
tmpl fix: "cannot unmarshal !!str `<no value>` into bool" errors in state templates (#645) 2019-06-04 13:23:38 +09:00