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. |
||
|---|---|---|
| .. | ||
| exec.go | ||
| helmexec.go | ||
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. |
||
|---|---|---|
| .. | ||
| exec.go | ||
| helmexec.go | ||