helm-schema icon indicating copy to clipboard operation
helm-schema copied to clipboard

feat request: local schemas for $ref

Open snuggie12 opened this issue 1 year ago • 0 comments

Not sure if this is possible, but we use private repos and I sort of need to create a subschema. Is it possible to add the ability to call a relative path using $ref?

alternatively, is there any way to do something similar to patternProperties but only covers the key and all properties under that object would still be auto detected?

We have two helm charts which uses an object instead of a list of objects for things and it comes with an example like so:

widgets:
  # so users see the full example or takes advantage of global and add their own key
  # except this has like 30 keys so I don't really feel like filling out the whole thing in a single annotation
  defaultWidget:
    enabled: false
    foo: value

snuggie12 avatar Aug 16 '24 20:08 snuggie12