Files
nplus/charts/cluster/values.schema.json

13 lines
328 B
JSON
Raw Permalink Normal View History

2025-01-24 16:18:47 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"global": {
"description": "Global values are values that can be accessed from any chart or subchart by exactly the same name.",
"title": "global",
"type": "object"
}
},
"type": "object"
}