Files
cozystack/packages/apps/redis/values.schema.json
2024-02-06 08:46:03 +01:00

15 lines
254 B
JSON

{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"external": {
"type": "boolean",
"title": "Enable external Access"
},
"size": {
"type": "string",
"title": "Disk Size"
}
}
}