Skip to content

Commit 45499b9

Browse files
mms-gianniFrederic Spiers
authored andcommitted
[minio, mongodb, postgres, timescaledb] Update securityContext to containerSecurityContext in the values schema (CloudPirates-io#213)
Update securityContext to containerSecurityContext in the values schema files for MinIO, MongoDB, Postgres, and TimescaleDB charts.
1 parent 7dacd27 commit 45499b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/minio/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
}
245245
}
246246
},
247-
"securityContext": {
247+
"containerSecurityContext": {
248248
"type": "object",
249249
"title": "Security Context",
250250
"description": "Container security context",

charts/mongodb/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
"title": "Affinity Configuration",
263263
"description": "Affinity rules for pod assignment"
264264
},
265-
"securityContext": {
265+
"containerSecurityContext": {
266266
"type": "object",
267267
"title": "Security Context",
268268
"description": "Security context configuration",

charts/postgres/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
}
122122
}
123123
},
124-
"securityContext": {
124+
"containerSecurityContext": {
125125
"type": "object",
126126
"title": "Security Context",
127127
"description": "Container security context",

charts/timescaledb/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
}
106106
}
107107
},
108-
"securityContext": {
108+
"containerSecurityContext": {
109109
"type": "object",
110110
"title": "Security Context",
111111
"description": "Container security context",

0 commit comments

Comments
 (0)