mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 10:34:55 -03:00
31 lines
738 B
JSON
31 lines
738 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "https://raw.githubusercontent.com/truecharts/library-charts/schema-work/library/common/values.schema.json",
|
|
|
|
"type": "object",
|
|
"properties": {
|
|
"global": {
|
|
"type": "object",
|
|
"properties": {
|
|
"annotations": {
|
|
"$ref": "schemas/definitions.json#/annotations"
|
|
},
|
|
"nameOverride": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"fullnameOverride": {
|
|
"type": ["string", "null"]
|
|
},
|
|
"labels": {
|
|
"$ref": "schemas/definitions.json#/labels"
|
|
}
|
|
}
|
|
},
|
|
"service": {
|
|
"additionalProperties": {
|
|
"$ref": "schemas/service.json#/instance"
|
|
}
|
|
}
|
|
}
|
|
}
|