Update values schema for FoundationDB app chart

Signed-off-by: Isaiah Olson <isaiah@olson-network.com>
This commit is contained in:
Isaiah Olson
2025-09-13 20:38:31 -05:00
parent 076d69a10b
commit 1475196437

View File

@@ -196,6 +196,23 @@
"default": true,
"title": "Automatic replacements",
"description": "Enable automatic pod replacements"
},
"securityContext": {
"type": "object",
"title": "Security context",
"description": "Security context for containers",
"properties": {
"runAsUser": {
"type": "integer",
"title": "Run as user",
"description": "User ID to run the container"
},
"runAsGroup": {
"type": "integer",
"title": "Run as group",
"description": "Group ID to run the container"
}
}
}
}
}