Closed MikaelElkiaer closed 3 months ago
Hi thanks for reporting, this requires a fix, here are some possible ways I have in mind to implement it:
I think your config change is not working because yamlls only allows very primitive glob patterns.
Thanks for clarifying. And well done on the PR! Looking forward to this improvement.
I have a bunch of helper templates - e.g.
templates/_example.tpl
. With the default config, they will show a bunch of errors, as they are interpreted as Kubernetes files - e.g. if indentation is wrong or it contains the same key, it will show as an error.I have tried overriding the config with
But this will still show errors as the file is interpreted as a single yaml file, despite it containing multiple
define
s.