From 1461cc9cd52bc5fdca214ba2d71195a2efde9e54 Mon Sep 17 00:00:00 2001
From: Dung Vu <dvu@csusb.edu>
Date: Tue, 6 Aug 2024 08:34:43 -0700
Subject: [PATCH] Update values.template.yaml

---
 values.template.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/values.template.yaml b/values.template.yaml
index 347f8d5..b701e3c 100644
--- a/values.template.yaml
+++ b/values.template.yaml
@@ -268,6 +268,9 @@ proxy:
         cpu: "500m"
         memory: "500Mi"
 singleuser:
+  uid: 0  
+  extraEnv:
+    GRANT_SUDO: "yes"
   extraPodConfig:
     securityContext:
         fsGroupChangePolicy: "OnRootMismatch"
-- 
GitLab