kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

values.schema.json support

almson opened this issue · comments

Hi, it'd be nice if there were a hook for generating values.schema.json by executing a static method in the app. And also to generate values.yaml itself. (I would write a Jackson class with default values and JSON Schema annotations, but that would be up to the app to decide how to implement.)