@@ -199,6 +199,14 @@ spec:
199
199
is the mount path. This adds Secret data to the directory specified
200
200
by the volume mount path.
201
201
type : object
202
+ pvcVolumes :
203
+ additionalProperties :
204
+ type : string
205
+ description : PVCVolumes defines a map from Persistent Volume Claim
206
+ names to volume mount path. Key is the PVC object name. Value is the
207
+ mount path. This mounts PVC to the directory specified by the volume
208
+ mount path.
209
+ type : object
202
210
securityContext :
203
211
description : SecurityContext overrides the security context for
204
212
the service pods.
@@ -421,6 +429,14 @@ spec:
421
429
is the mount path. This adds Secret data to the directory specified
422
430
by the volume mount path.
423
431
type : object
432
+ pvcVolumes :
433
+ additionalProperties :
434
+ type : string
435
+ description : PVCVolumes defines a map from Persistent Volume Claim
436
+ names to volume mount path. Key is the PVC object name. Value is the
437
+ mount path. This mounts PVC to the directory specified by the volume
438
+ mount path.
439
+ type : object
424
440
securityContext :
425
441
description : SecurityContext overrides the security context for
426
442
the service pods.
@@ -656,6 +672,14 @@ spec:
656
672
is the mount path. This adds Secret data to the directory specified
657
673
by the volume mount path.
658
674
type : object
675
+ pvcVolumes :
676
+ additionalProperties :
677
+ type : string
678
+ description : PVCVolumes defines a map from Persistent Volume Claim
679
+ names to volume mount path. Key is the PVC object name. Value is the
680
+ mount path. This mounts PVC to the directory specified by the volume
681
+ mount path.
682
+ type : object
659
683
securityContext :
660
684
description : SecurityContext overrides the security context for
661
685
the service pods.
@@ -870,6 +894,14 @@ spec:
870
894
is the mount path. This adds Secret data to the directory specified
871
895
by the volume mount path.
872
896
type : object
897
+ pvcVolumes :
898
+ additionalProperties :
899
+ type : string
900
+ description : PVCVolumes defines a map from Persistent Volume Claim
901
+ names to volume mount path. Key is the PVC object name. Value is the
902
+ mount path. This mounts PVC to the directory specified by the volume
903
+ mount path.
904
+ type : object
873
905
securityContext :
874
906
description : SecurityContext overrides the security context for
875
907
the service pods.
@@ -1088,6 +1120,14 @@ spec:
1088
1120
is the mount path. This adds Secret data to the directory specified
1089
1121
by the volume mount path.
1090
1122
type : object
1123
+ pvcVolumes :
1124
+ additionalProperties :
1125
+ type : string
1126
+ description : PVCVolumes defines a map from Persistent Volume Claim
1127
+ names to volume mount path. Key is the PVC object name. Value is the
1128
+ mount path. This mounts PVC to the directory specified by the volume
1129
+ mount path.
1130
+ type : object
1091
1131
securityContext :
1092
1132
description : SecurityContext overrides the security context for
1093
1133
the service pods.
@@ -1294,6 +1334,14 @@ spec:
1294
1334
is the mount path. This adds Secret data to the directory specified
1295
1335
by the volume mount path.
1296
1336
type : object
1337
+ pvcVolumes :
1338
+ additionalProperties :
1339
+ type : string
1340
+ description : PVCVolumes defines a map from Persistent Volume Claim
1341
+ names to volume mount path. Key is the PVC object name. Value is the
1342
+ mount path. This mounts PVC to the directory specified by the volume
1343
+ mount path.
1344
+ type : object
1297
1345
securityContext :
1298
1346
description : SecurityContext overrides the security context for
1299
1347
the service pods.
@@ -1508,6 +1556,14 @@ spec:
1508
1556
is the mount path. This adds Secret data to the directory specified
1509
1557
by the volume mount path.
1510
1558
type : object
1559
+ pvcVolumes :
1560
+ additionalProperties :
1561
+ type : string
1562
+ description : PVCVolumes defines a map from Persistent Volume Claim
1563
+ names to volume mount path. Key is the PVC object name. Value is the
1564
+ mount path. This mounts PVC to the directory specified by the volume
1565
+ mount path.
1566
+ type : object
1511
1567
securityContext :
1512
1568
description : SecurityContext overrides the security context for
1513
1569
the service pods.
@@ -1726,6 +1782,14 @@ spec:
1726
1782
is the mount path. This adds Secret data to the directory specified
1727
1783
by the volume mount path.
1728
1784
type : object
1785
+ pvcVolumes :
1786
+ additionalProperties :
1787
+ type : string
1788
+ description : PVCVolumes defines a map from Persistent Volume Claim
1789
+ names to volume mount path. Key is the PVC object name. Value is the
1790
+ mount path. This mounts PVC to the directory specified by the volume
1791
+ mount path.
1792
+ type : object
1729
1793
securityContext :
1730
1794
description : SecurityContext overrides the security context for
1731
1795
the service pods.
@@ -1944,6 +2008,14 @@ spec:
1944
2008
is the mount path. This adds Secret data to the directory specified
1945
2009
by the volume mount path.
1946
2010
type : object
2011
+ pvcVolumes :
2012
+ additionalProperties :
2013
+ type : string
2014
+ description : PVCVolumes defines a map from Persistent Volume Claim
2015
+ names to volume mount path. Key is the PVC object name. Value is the
2016
+ mount path. This mounts PVC to the directory specified by the volume
2017
+ mount path.
2018
+ type : object
1947
2019
securityContext :
1948
2020
description : SecurityContext overrides the security context for
1949
2021
the service pods.
@@ -2007,6 +2079,14 @@ spec:
2007
2079
This adds Secret data to the directory specified by the volume mount
2008
2080
path.
2009
2081
type : object
2082
+ pvcVolumes :
2083
+ additionalProperties :
2084
+ type : string
2085
+ description : PVCVolumes defines a map from Persistent Volume Claim
2086
+ names to volume mount path. Key is the PVC object name. Value is the
2087
+ mount path. This mounts PVC to the directory specified by the volume
2088
+ mount path.
2089
+ type : object
2010
2090
securityContext :
2011
2091
description : SecurityContext defines the security context for all pods
2012
2092
for all services.
@@ -2226,6 +2306,14 @@ spec:
2226
2306
is the mount path. This adds Secret data to the directory specified
2227
2307
by the volume mount path.
2228
2308
type : object
2309
+ pvcVolumes :
2310
+ additionalProperties :
2311
+ type : string
2312
+ description : PVCVolumes defines a map from Persistent Volume Claim
2313
+ names to volume mount path. Key is the PVC object name. Value is the
2314
+ mount path. This mounts PVC to the directory specified by the volume
2315
+ mount path.
2316
+ type : object
2229
2317
securityContext :
2230
2318
description : SecurityContext overrides the security context for
2231
2319
the service pods.
0 commit comments