Daniel
Daniel
Currently I have this: ```lua -- { -- "someone-stole-my-name/yaml-companion.nvim", -- ft = { "yaml" }, -- opts = { -- builtin_matchers = { -- kubernetes = { enabled = true...
Got a working example with the help of folke. See https://github.com/LazyVim/LazyVim/discussions/1621
Hi @MrFreezeDZ, I think the problem here is that you didn't created a jsonschema for the `first-sub-chart` chart too..? I tried to reproduce the issue and this only happened when...
So, to summarize, @MrFreezeDZ would like to have `AdditionalProperties` set to `false`, so that the validation fails if the subcharts values.yaml file changed somehow. On the otherside @yashmehrotra wants to...
> Was recursively checking all dependencies' schemas a design choice? Well, yes. In my case I had a helm chart with lots of dependencies which were all under my control....
> > [@MrFreezeDZ](https://github.com/MrFreezeDZ) [@dadav](https://github.com/dadav) > > I had the same usecase, had 5 subcharts who I wanted to ignore for schema validation > > I modified the code a bit...
Hi snuggie12, thanks for your report. I'll try to get rid of these empty required fields....they weren't added intentional
Should be fixed in #79
Hi snuggie12, thanks for your report, I'll look into this issue asap.
Currently not possible