mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
Allow running privileged containers
This commit is contained in:
@@ -447,3 +447,16 @@ questions:
|
||||
$ref:
|
||||
- "definitions/gpuConfiguration"
|
||||
attrs: []
|
||||
|
||||
- variable: securityContext
|
||||
label: "Security Context"
|
||||
group: "Workload Details"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: privileged
|
||||
label: "Privileged Mode"
|
||||
description: "Determines if any container in a pod can enable privileged mode. By default a container is not allowed to access any devices on the host, but a 'privileged' container is given access to all devices on the host. This allows the container nearly all the same access as processes running on the host."
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user