helmfile/pkg
Vladimir Kuznichenkov 6c1b6f855a
Add file existence check for remove values
If remote file isn't present in repo we will add it anyway to the files list and check `if len(files) == 0 {` never will be true. That leads to missing section with `MissingFileHandler`.

That fix check that cloned file actually exists. In that case if we add a link to non-existing remote file `MissingFileHandler` will be called as expected.

Signed-off-by: Vladimir Kuznichenkov <kuzaxak.tech@gmail.com>
2022-08-12 10:01:56 +03:00
..
app feat: fix needs error with context that includes slash 2022-08-04 11:18:57 -04:00
argparser add Go lint 2022-07-16 20:21:11 +08:00
config Add flags about need for lint subcmd (#273) 2022-08-08 10:32:30 +09:00
environment add Go lint 2022-07-16 20:21:11 +08:00
envvar Introduce DISABLE_INSECURE_FEATURES to disable insecure command executions (#1) 2022-06-05 15:15:06 +09:00
event Rename module to github.com/helmfile/helmfile 2022-05-18 10:05:07 -04:00
exectest Make a few helmfile sub-commands consistently support needs-related flags (#78) 2022-06-20 07:19:39 +09:00
helmexec Merge pull request #258 from xiaomudk/patch-4 2022-07-23 21:14:04 +08:00
maputil add Go lint 2022-07-16 20:21:11 +08:00
plugins add Go lint 2022-07-16 20:21:11 +08:00
remote add Go lint 2022-07-16 20:21:11 +08:00
state Add file existence check for remove values 2022-08-12 10:01:56 +03:00
testhelper add Go lint 2022-07-16 20:21:11 +08:00
testutil add Go lint 2022-07-16 20:21:11 +08:00
tmpl Implement readDirEntries method 2022-07-26 16:20:38 +02:00