Closed eshepelyuk closed 6 months ago
I guess I can move the other checks under the check for the path being under templates, I'll do some testing later today and open a pr.
I've opened https://github.com/towolf/vim-helm/pull/26 to address this issue, can you have a look?
I've opened https://github.com/towolf/vim-helm/pull/26 to address this issue, can you have a look?
me ?
Please retry, I merged #26.
Hello @towolf @luisdavim
After the latest update https://github.com/towolf/vim-helm/commit/69a51170f9e0f7c21242c85e2feac6aa17adeb22
Every
*.yaml
file within the folder containingChart.yaml
is detected ashelm
. EvenChart.yaml
itself is detected ashelm
E.g. in such structure, all three
yaml
files are detected ashelm
, and that's wrong.Only ones located in
templates
folder should be considered ashelm
.