dadav/helm-schema

helm lint fails

Closed this issue · 2 comments

dadav commented

Currently we create references like this:

{
  "$ref": "path/to/dependency/values.schema.json"
}

Which works with yaml-language-server, so autocomplition etc. is working fine.

But it's not working with helm which uses the library gojsonschema, which requires the prefix file://.

see: redhat-developer/yaml-language-server#914

dadav commented

Idea: embed the dependency jsonschema (default) and optionally use $ref

dadav commented

We don't use $ref anymore.