mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
26 lines
759 B
JSON
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"
|
|
} |