From 55dfffce2bf5f4a11b2bfd2707a48c7f52a94c50 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 16 Aug 2021 14:06:33 +0200 Subject: [PATCH] Run as Root --- charts/stable/littlelink/SCALE/questions.yaml | 35 ------------------- charts/stable/littlelink/values.yaml | 8 ----- 2 files changed, 43 deletions(-) diff --git a/charts/stable/littlelink/SCALE/questions.yaml b/charts/stable/littlelink/SCALE/questions.yaml index 45fdd23d8f4..7867fef556a 100644 --- a/charts/stable/littlelink/SCALE/questions.yaml +++ b/charts/stable/littlelink/SCALE/questions.yaml @@ -664,41 +664,6 @@ questions: default: "" required: true - - variable: securityContext - group: "Security and Permissions" - label: "Security Context" - schema: - type: dict - attrs: - - variable: privileged - label: "Enable privileged mode for Common-Chart based charts" - schema: - type: boolean - default: false - - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - type: dict - attrs: - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: true - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 568 - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 568 - variable: resources group: "Resources and Devices" label: "" diff --git a/charts/stable/littlelink/values.yaml b/charts/stable/littlelink/values.yaml index 856c8e614d0..7408eb45b18 100644 --- a/charts/stable/littlelink/values.yaml +++ b/charts/stable/littlelink/values.yaml @@ -40,11 +40,3 @@ littlelink: tiktok: "https://www.tiktok.com/@technotim" kit: "https://kit.co/technotim" footer: "thanks for stopping by!" - -securityContext: - privileged: false - -podSecurityContext: - runAsNonRoot: true - runAsUser: 568 - runAsGroup: 568