mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Update values schema for FoundationDB app chart
Signed-off-by: Isaiah Olson <isaiah@olson-network.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user