mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
fix(common): Fix persistence schema
This commit is contained in:
parent
6d70e92b44
commit
9fa045e337
1 changed files with 44 additions and 0 deletions
|
@ -96,6 +96,28 @@
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"defaultMode": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
|
"items": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"key": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"mode": {
|
||||||
|
"format": "int32",
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"path": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"advancedMounts": {"$ref": "#/advancedMounts"},
|
"advancedMounts": {"$ref": "#/advancedMounts"},
|
||||||
"globalMounts": {"$ref": "#/globalMounts"}
|
"globalMounts": {"$ref": "#/globalMounts"}
|
||||||
},
|
},
|
||||||
|
@ -128,6 +150,28 @@
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"defaultMode": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
},
|
||||||
|
"items": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"key": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"mode": {
|
||||||
|
"format": "int32",
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"path": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"advancedMounts": {"$ref": "#/advancedMounts"},
|
"advancedMounts": {"$ref": "#/advancedMounts"},
|
||||||
"globalMounts": {"$ref": "#/globalMounts"}
|
"globalMounts": {"$ref": "#/globalMounts"}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue