blob: 4c67ac392510337d4c046961b23ec710208770b1 [file] [log] [blame]
Giorgi Lekveishvili106a9352023-12-04 11:20:11 +04001{
2 "type": "object",
3 "properties": {
4 "Volume": {
5 "type": "object",
6 "properties": {
7 "ClaimName": { "type": "string" },
8 "MountPath": { "type": "string" }
9 },
10 "additionalProperties": false
Giorgi Lekveishvili5c2c0b92023-12-07 17:35:40 +040011 },
12 "APIConfigMapName": { "type": "string" }
Giorgi Lekveishvili106a9352023-12-04 11:20:11 +040013 },
14 "additionalProperties": false
15}