Files
cozystack/packages/apps/vm-disk/values.schema.json
Andrei Kvapil 72e7b5e0b5 Get rid of bitnami's readme-generator
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2025-07-18 00:40:31 +02:00

26 lines
759 B
JSON

{
"properties": {
"optical": {
"default": false,
"description": "Defines is disk should be considered as optical",
"type": "boolean"
},
"source": {
"default": {},
"description": "The source image location used to create a disk",
"type": "object"
},
"storage": {
"default": "5Gi",
"description": "The size of the disk allocated for the virtual machine",
"type": "string"
},
"storageClass": {
"default": "replicated",
"description": "StorageClass used to store the data",
"type": "string"
}
},
"title": "Chart Values",
"type": "object"
}