File tree Expand file tree Collapse file tree 2 files changed +2
-180
lines changed
sync/patches/values-schema Expand file tree Collapse file tree 2 files changed +2
-180
lines changed Original file line number Diff line number Diff line change 631
631
"extraSecrets" : {
632
632
"type" : " array"
633
633
},
634
- "global" : {
635
- "type" : " object" ,
636
- "properties" : {
637
- "podSecurityStandards" : {
638
- "type" : " object" ,
639
- "properties" : {
640
- "enforced" : {
641
- "type" : " boolean"
642
- }
643
- }
644
- }
645
- }
646
- },
647
634
"image" : {
648
635
"type" : " object" ,
649
636
"properties" : {
989
976
"items" : {
990
977
"type" : " string"
991
978
}
992
- },
993
- "podSecurityPolicy" : {
994
- "type" : " object" ,
995
- "properties" : {
996
- "annotations" : {
997
- "type" : " object" ,
998
- "properties" : {
999
- "seccomp.security.alpha.kubernetes.io/allowedProfileNames" : {
1000
- "type" : " string"
1001
- }
1002
- }
1003
- }
1004
- }
1005
- },
1006
- "securityContext" : {
1007
- "type" : " object" ,
1008
- "properties" : {
1009
- "seccompProfileType" : {
1010
- "type" : " string"
1011
- }
1012
- }
1013
979
}
1014
980
}
1015
981
},
1209
1175
"type" : " object" ,
1210
1176
"properties" : {
1211
1177
"annotations" : {
1212
- "type" : " object" ,
1213
- "properties" : {
1214
- "seccomp.security.alpha.kubernetes.io/allowedProfileNames" : {
1215
- "type" : " string"
1216
- }
1217
- }
1178
+ "type" : " object"
1218
1179
},
1219
1180
"enabled" : {
1220
1181
"type" : " boolean"
1231
1192
"fsGroup" : {
1232
1193
"type" : " object" ,
1233
1194
"properties" : {
1234
- "ranges" : {
1235
- "type" : " array" ,
1236
- "items" : {
1237
- "type" : " object" ,
1238
- "properties" : {
1239
- "max" : {
1240
- "type" : " integer"
1241
- },
1242
- "min" : {
1243
- "type" : " integer"
1244
- }
1245
- }
1246
- }
1247
- },
1248
1195
"rule" : {
1249
1196
"type" : " string"
1250
1197
}
1268
1215
"runAsGroup" : {
1269
1216
"type" : " object" ,
1270
1217
"properties" : {
1271
- "ranges" : {
1272
- "type" : " array" ,
1273
- "items" : {
1274
- "type" : " object" ,
1275
- "properties" : {
1276
- "max" : {
1277
- "type" : " integer"
1278
- },
1279
- "min" : {
1280
- "type" : " integer"
1281
- }
1282
- }
1283
- }
1284
- },
1285
1218
"rule" : {
1286
1219
"type" : " string"
1287
1220
}
1306
1239
"supplementalGroups" : {
1307
1240
"type" : " object" ,
1308
1241
"properties" : {
1309
- "ranges" : {
1310
- "type" : " array" ,
1311
- "items" : {
1312
- "type" : " object" ,
1313
- "properties" : {
1314
- "max" : {
1315
- "type" : " integer"
1316
- },
1317
- "min" : {
1318
- "type" : " integer"
1319
- }
1320
- }
1321
- }
1322
- },
1323
1242
"rule" : {
1324
1243
"type" : " string"
1325
1244
}
1585
1504
}
1586
1505
}
1587
1506
},
1588
- "psp" : {
1589
- "type" : " object" ,
1590
- "properties" : {
1591
- "create" : {
1592
- "type" : " boolean"
1593
- }
1594
- }
1595
- },
1596
1507
"rbac" : {
1597
1508
"type" : " object" ,
1598
1509
"properties" : {
Original file line number Diff line number Diff line change 631
631
"extraSecrets" : {
632
632
"type" : " array"
633
633
},
634
- "global" : {
635
- "type" : " object" ,
636
- "properties" : {
637
- "podSecurityStandards" : {
638
- "type" : " object" ,
639
- "properties" : {
640
- "enforced" : {
641
- "type" : " boolean"
642
- }
643
- }
644
- }
645
- }
646
- },
647
634
"image" : {
648
635
"type" : " object" ,
649
636
"properties" : {
989
976
"items" : {
990
977
"type" : " string"
991
978
}
992
- },
993
- "podSecurityPolicy" : {
994
- "type" : " object" ,
995
- "properties" : {
996
- "annotations" : {
997
- "type" : " object" ,
998
- "properties" : {
999
- "seccomp.security.alpha.kubernetes.io/allowedProfileNames" : {
1000
- "type" : " string"
1001
- }
1002
- }
1003
- }
1004
- }
1005
- },
1006
- "securityContext" : {
1007
- "type" : " object" ,
1008
- "properties" : {
1009
- "seccompProfileType" : {
1010
- "type" : " string"
1011
- }
1012
- }
1013
979
}
1014
980
}
1015
981
},
1209
1175
"type" : " object" ,
1210
1176
"properties" : {
1211
1177
"annotations" : {
1212
- "type" : " object" ,
1213
- "properties" : {
1214
- "seccomp.security.alpha.kubernetes.io/allowedProfileNames" : {
1215
- "type" : " string"
1216
- }
1217
- }
1178
+ "type" : " object"
1218
1179
},
1219
1180
"enabled" : {
1220
1181
"type" : " boolean"
1231
1192
"fsGroup" : {
1232
1193
"type" : " object" ,
1233
1194
"properties" : {
1234
- "ranges" : {
1235
- "type" : " array" ,
1236
- "items" : {
1237
- "type" : " object" ,
1238
- "properties" : {
1239
- "max" : {
1240
- "type" : " integer"
1241
- },
1242
- "min" : {
1243
- "type" : " integer"
1244
- }
1245
- }
1246
- }
1247
- },
1248
1195
"rule" : {
1249
1196
"type" : " string"
1250
1197
}
1268
1215
"runAsGroup" : {
1269
1216
"type" : " object" ,
1270
1217
"properties" : {
1271
- "ranges" : {
1272
- "type" : " array" ,
1273
- "items" : {
1274
- "type" : " object" ,
1275
- "properties" : {
1276
- "max" : {
1277
- "type" : " integer"
1278
- },
1279
- "min" : {
1280
- "type" : " integer"
1281
- }
1282
- }
1283
- }
1284
- },
1285
1218
"rule" : {
1286
1219
"type" : " string"
1287
1220
}
1306
1239
"supplementalGroups" : {
1307
1240
"type" : " object" ,
1308
1241
"properties" : {
1309
- "ranges" : {
1310
- "type" : " array" ,
1311
- "items" : {
1312
- "type" : " object" ,
1313
- "properties" : {
1314
- "max" : {
1315
- "type" : " integer"
1316
- },
1317
- "min" : {
1318
- "type" : " integer"
1319
- }
1320
- }
1321
- }
1322
- },
1323
1242
"rule" : {
1324
1243
"type" : " string"
1325
1244
}
1585
1504
}
1586
1505
}
1587
1506
},
1588
- "psp" : {
1589
- "type" : " object" ,
1590
- "properties" : {
1591
- "create" : {
1592
- "type" : " boolean"
1593
- }
1594
- }
1595
- },
1596
1507
"rbac" : {
1597
1508
"type" : " object" ,
1598
1509
"properties" : {
You can’t perform that action at this time.
0 commit comments