helmfile/helmexec
Robson Roberto Souza Peixoto dfc4b0293f Accept chart in a local path
If the chart is in directory, for example, `./my/chart` the `helmfile -f my.yaml sync` will fail.

This PR will check if the chart starts with `/`, `./` or `../` and will transform it in a full path of the chart directory.
2017-04-13 12:53:05 -03:00
..
exec.go Accept chart in a local path 2017-04-13 12:53:05 -03:00
helmexec.go initial helmfile impl 2016-11-22 12:36:49 -05:00