mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
41 lines
823 B
JSON
41 lines
823 B
JSON
{
|
|
"instance": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"includeInChecksum": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"annotations": {
|
|
"$ref": "definitions.json#/annotations"
|
|
},
|
|
"labels": {
|
|
"$ref": "definitions.json#/labels"
|
|
},
|
|
"nameOverride": {
|
|
"type": "string"
|
|
},
|
|
"data": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"binaryData": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"oneOf": [
|
|
{"required": ["data"]},
|
|
{"required": ["binaryData"]}
|
|
]
|
|
}
|
|
}
|