We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1c399c commit 2e2eb0eCopy full SHA for 2e2eb0e
schema/render.go
@@ -154,6 +154,12 @@ func Render(document *parser.Document) (string, error) {
154
definitions[prefixName(level.Path.String())] = newSchema
155
})
156
157
+ definitions["global"] = spec.Schema{
158
+ SchemaProps: spec.SchemaProps{
159
+ Description: "Global values shared across all (sub)charts",
160
+ },
161
+ }
162
+
163
type JsonSchema struct {
164
Schema string `json:"$schema,omitempty"`
165
Ref string `json:"$ref,omitempty"`
0 commit comments