From b2cedfb137a0b5d00386f2267ec7111ae39fc3a0 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Tue, 23 Feb 2021 21:51:11 +0500 Subject: [PATCH] Allow running privileged containers --- test/ix-chart/2102.1.0/questions.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/test/ix-chart/2102.1.0/questions.yaml b/test/ix-chart/2102.1.0/questions.yaml index 8ab54de480..93027242a9 100644 --- a/test/ix-chart/2102.1.0/questions.yaml +++ b/test/ix-chart/2102.1.0/questions.yaml @@ -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