From 010b48138cc1252d3fba5fa6ca9721544511eeb8 Mon Sep 17 00:00:00 2001 From: Nick Brown Date: Mon, 21 Oct 2024 14:31:16 -0600 Subject: [PATCH] Allow escalated privileges for jupyter notebooks to install with sudo --- charts/jupyter/Chart.yaml | 2 +- charts/jupyter/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jupyter/Chart.yaml b/charts/jupyter/Chart.yaml index 4e681ef..d17b63c 100644 --- a/charts/jupyter/Chart.yaml +++ b/charts/jupyter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.4 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/jupyter/templates/deployment.yaml b/charts/jupyter/templates/deployment.yaml index a56c72c..ee18858 100644 --- a/charts/jupyter/templates/deployment.yaml +++ b/charts/jupyter/templates/deployment.yaml @@ -51,7 +51,7 @@ spec: {{- end }} {{- if .Values.rootUser }} securityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true runAsUser: 0 {{- end }} resources: