diff --git a/charts/library/common/schemas/persistence.json b/charts/library/common/schemas/persistence.json index 3a7748b3..240c8e89 100644 --- a/charts/library/common/schemas/persistence.json +++ b/charts/library/common/schemas/persistence.json @@ -96,6 +96,28 @@ "identifier": { "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"}, "globalMounts": {"$ref": "#/globalMounts"} }, @@ -128,6 +150,28 @@ "identifier": { "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"}, "globalMounts": {"$ref": "#/globalMounts"} },