|
205 | 205 | } |
206 | 206 | } |
207 | 207 | }, |
| 208 | + "extraVolumes": { "type": "array" }, |
| 209 | + "extraVolumeMounts": { "type": "array" }, |
208 | 210 | "serviceAccount": { |
209 | 211 | "type": "object", |
210 | 212 | "properties": { |
|
243 | 245 | "containerSecurityContext": { "type": "object" }, |
244 | 246 | "extraEnv": { "type": ["array", "null"] }, |
245 | 247 | "logLevel": { "type": "string" }, |
246 | | - "persistence": { |
247 | | - "type": "object", |
248 | | - "properties": { |
249 | | - "enabled": { "type": "boolean" }, |
250 | | - "volumes": { |
251 | | - "type": "array" |
252 | | - }, |
253 | | - "volumeMounts": { |
254 | | - "type": "array" |
255 | | - } |
256 | | - } |
257 | | - }, |
| 248 | + "extraVolumes": { "type": "array" }, |
| 249 | + "extraVolumeMounts": { "type": "array" }, |
258 | 250 | "serviceAccount": { |
259 | 251 | "type": "object", |
260 | 252 | "properties": { |
|
288 | 280 | "containerSecurityContext": { "type": "object" }, |
289 | 281 | "extraEnv": { "type": ["array", "null"] }, |
290 | 282 | "logLevel": { "type": "string" }, |
291 | | - "persistence": { |
292 | | - "type": "object", |
293 | | - "properties": { |
294 | | - "enabled": { "type": "boolean" }, |
295 | | - "volumes": { |
296 | | - "type": "array" |
297 | | - }, |
298 | | - "volumeMounts": { |
299 | | - "type": "array" |
300 | | - } |
301 | | - } |
302 | | - }, |
| 283 | + "extraVolumes": { "type": "array" }, |
| 284 | + "extraVolumeMounts": { "type": "array" }, |
303 | 285 | "serviceAccount": { |
304 | 286 | "type": "object", |
305 | 287 | "properties": { |
|
329 | 311 | "podSecurityContext": { "type": "object" }, |
330 | 312 | "containerSecurityContext": { "type": "object" }, |
331 | 313 | "extraEnv": { "type": ["array", "null"] }, |
332 | | - "persistence": { |
333 | | - "type": "object", |
334 | | - "properties": { |
335 | | - "enabled": { "type": "boolean" }, |
336 | | - "volumes": { |
337 | | - "type": "array" |
338 | | - }, |
339 | | - "volumeMounts": { |
340 | | - "type": "array" |
341 | | - } |
342 | | - } |
343 | | - }, |
| 314 | + "extraVolumes": { "type": "array" }, |
| 315 | + "extraVolumeMounts": { "type": "array" }, |
344 | 316 | "log": { |
345 | 317 | "type": "object", |
346 | 318 | "properties": { |
|
434 | 406 | "podSecurityContext": { "type": "object" }, |
435 | 407 | "containerSecurityContext": { "type": "object" }, |
436 | 408 | "extraEnv": { "type": "array" }, |
437 | | - "persistence": { |
438 | | - "type": "object", |
439 | | - "properties": { |
440 | | - "enabled": { "type": "boolean" }, |
441 | | - "volumes": { |
442 | | - "type": "array" |
443 | | - }, |
444 | | - "volumeMounts": { |
445 | | - "type": "array" |
446 | | - } |
447 | | - } |
448 | | - }, |
| 409 | + "extraVolumes": { "type": "array" }, |
| 410 | + "extraVolumeMounts": { "type": "array" }, |
449 | 411 | "service": { |
450 | 412 | "type": "object", |
451 | 413 | "properties": { |
|
526 | 488 | "podSecurityContext": { "type": "object" }, |
527 | 489 | "containerSecurityContext": { "type": "object" }, |
528 | 490 | "extraEnv": { "type": "array" }, |
| 491 | + "extraVolumes": { "type": "array" }, |
| 492 | + "extraVolumeMounts": { "type": "array" }, |
529 | 493 | "service": { |
530 | 494 | "type": "object", |
531 | 495 | "properties": { |
|
541 | 505 | "apiKey": { "type": "string" } |
542 | 506 | } |
543 | 507 | }, |
544 | | - "persistence": { |
545 | | - "type": "object", |
546 | | - "properties": { |
547 | | - "enabled": { "type": "boolean" }, |
548 | | - "volumes": { |
549 | | - "type": "array" |
550 | | - }, |
551 | | - "volumeMounts": { |
552 | | - "type": "array" |
553 | | - } |
554 | | - } |
555 | | - }, |
556 | 508 | "serviceAccount": { |
557 | 509 | "type": "object", |
558 | 510 | "properties": { |
|
581 | 533 | "podSecurityContext": { "type": "object" }, |
582 | 534 | "containerSecurityContext": { "type": "object" }, |
583 | 535 | "extraEnv": { "type": ["array", "null"] }, |
584 | | - "persistence": { |
585 | | - "type": "object", |
586 | | - "properties": { |
587 | | - "enabled": { "type": "boolean" }, |
588 | | - "volumes": { |
589 | | - "type": "array" |
590 | | - }, |
591 | | - "volumeMounts": { |
592 | | - "type": "array" |
593 | | - } |
594 | | - } |
595 | | - }, |
| 536 | + "extraVolumes": { "type": "array" }, |
| 537 | + "extraVolumeMounts": { "type": "array" }, |
596 | 538 | "log": { |
597 | 539 | "type": "object", |
598 | 540 | "properties": { |
|
653 | 595 | "podSecurityContext": { "type": "object" }, |
654 | 596 | "containerSecurityContext": { "type": "object" }, |
655 | 597 | "extraEnv": { "type": ["array", "null"] }, |
| 598 | + "extraVolumes": { "type": "array" }, |
| 599 | + "extraVolumeMounts": { "type": "array" }, |
656 | 600 | "service": { |
657 | 601 | "type": "object", |
658 | 602 | "properties": { |
|
0 commit comments