Skip to content

Commit 5e396f4

Browse files
Update helm values schema
1 parent 759f785 commit 5e396f4

File tree

2 files changed

+2
-180
lines changed

2 files changed

+2
-180
lines changed

helm/kong-app/values.schema.json

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -631,19 +631,6 @@
631631
"extraSecrets": {
632632
"type": "array"
633633
},
634-
"global": {
635-
"type": "object",
636-
"properties": {
637-
"podSecurityStandards": {
638-
"type": "object",
639-
"properties": {
640-
"enforced": {
641-
"type": "boolean"
642-
}
643-
}
644-
}
645-
}
646-
},
647634
"image": {
648635
"type": "object",
649636
"properties": {
@@ -989,27 +976,6 @@
989976
"items": {
990977
"type": "string"
991978
}
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-
}
1013979
}
1014980
}
1015981
},
@@ -1209,12 +1175,7 @@
12091175
"type": "object",
12101176
"properties": {
12111177
"annotations": {
1212-
"type": "object",
1213-
"properties": {
1214-
"seccomp.security.alpha.kubernetes.io/allowedProfileNames": {
1215-
"type": "string"
1216-
}
1217-
}
1178+
"type": "object"
12181179
},
12191180
"enabled": {
12201181
"type": "boolean"
@@ -1231,20 +1192,6 @@
12311192
"fsGroup": {
12321193
"type": "object",
12331194
"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-
},
12481195
"rule": {
12491196
"type": "string"
12501197
}
@@ -1268,20 +1215,6 @@
12681215
"runAsGroup": {
12691216
"type": "object",
12701217
"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-
},
12851218
"rule": {
12861219
"type": "string"
12871220
}
@@ -1306,20 +1239,6 @@
13061239
"supplementalGroups": {
13071240
"type": "object",
13081241
"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-
},
13231242
"rule": {
13241243
"type": "string"
13251244
}
@@ -1585,14 +1504,6 @@
15851504
}
15861505
}
15871506
},
1588-
"psp": {
1589-
"type": "object",
1590-
"properties": {
1591-
"create": {
1592-
"type": "boolean"
1593-
}
1594-
}
1595-
},
15961507
"rbac": {
15971508
"type": "object",
15981509
"properties": {

sync/patches/values-schema/values.schema.json

Lines changed: 1 addition & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -631,19 +631,6 @@
631631
"extraSecrets": {
632632
"type": "array"
633633
},
634-
"global": {
635-
"type": "object",
636-
"properties": {
637-
"podSecurityStandards": {
638-
"type": "object",
639-
"properties": {
640-
"enforced": {
641-
"type": "boolean"
642-
}
643-
}
644-
}
645-
}
646-
},
647634
"image": {
648635
"type": "object",
649636
"properties": {
@@ -989,27 +976,6 @@
989976
"items": {
990977
"type": "string"
991978
}
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-
}
1013979
}
1014980
}
1015981
},
@@ -1209,12 +1175,7 @@
12091175
"type": "object",
12101176
"properties": {
12111177
"annotations": {
1212-
"type": "object",
1213-
"properties": {
1214-
"seccomp.security.alpha.kubernetes.io/allowedProfileNames": {
1215-
"type": "string"
1216-
}
1217-
}
1178+
"type": "object"
12181179
},
12191180
"enabled": {
12201181
"type": "boolean"
@@ -1231,20 +1192,6 @@
12311192
"fsGroup": {
12321193
"type": "object",
12331194
"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-
},
12481195
"rule": {
12491196
"type": "string"
12501197
}
@@ -1268,20 +1215,6 @@
12681215
"runAsGroup": {
12691216
"type": "object",
12701217
"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-
},
12851218
"rule": {
12861219
"type": "string"
12871220
}
@@ -1306,20 +1239,6 @@
13061239
"supplementalGroups": {
13071240
"type": "object",
13081241
"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-
},
13231242
"rule": {
13241243
"type": "string"
13251244
}
@@ -1585,14 +1504,6 @@
15851504
}
15861505
}
15871506
},
1588-
"psp": {
1589-
"type": "object",
1590-
"properties": {
1591-
"create": {
1592-
"type": "boolean"
1593-
}
1594-
}
1595-
},
15961507
"rbac": {
15971508
"type": "object",
15981509
"properties": {

0 commit comments

Comments
 (0)