mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
34 lines
767 B
JSON
34 lines
767 B
JSON
{
|
|
"instance": {
|
|
"allOf": [
|
|
{ "$ref": "definitions.json#/resourceIdentifier" },
|
|
{
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"forceRename": {},
|
|
"prefix": {},
|
|
"suffix": {},
|
|
"enabled": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"apiVersion": {
|
|
"type": "string"
|
|
},
|
|
"kind": {
|
|
"type": "string"
|
|
},
|
|
"annotations": {
|
|
"$ref": "definitions.json#/annotations"
|
|
},
|
|
"labels": {
|
|
"$ref": "definitions.json#/labels"
|
|
},
|
|
"spec": {}
|
|
},
|
|
"required": ["apiVersion", "kind", "spec"]
|
|
}
|
|
]
|
|
}
|
|
}
|