{ "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" }