From b7651a281f0dd72b5280a40187bc194c9c0fec2a Mon Sep 17 00:00:00 2001 From: seunAdeks Date: Thu, 23 Jan 2025 17:09:12 +0100 Subject: [PATCH 1/2] changes to rstudio deployment --- applications/templates/template-rstudio-root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/templates/template-rstudio-root.yml b/applications/templates/template-rstudio-root.yml index d90d35d6f..705135ce2 100644 --- a/applications/templates/template-rstudio-root.yml +++ b/applications/templates/template-rstudio-root.yml @@ -6,10 +6,10 @@ metadata: annotations: openshift.io/display-name: RStudio description: |- - Start RStudio with the rstudio user which has root permissions (sudo). + Start RStudio with the 'root' as username which has root permissions (sudo). 🔑 Default credentials are - - login: rstudio + - login: root - password: $user_password 🐳 Available images with this template: From 77c23dbf0c55a1dfc089f0b8e20b7c7c4296131b Mon Sep 17 00:00:00 2001 From: Adekunle Onaopepo Date: Fri, 24 Jan 2025 09:14:47 +0100 Subject: [PATCH 2/2] Update template-rstudio-root.yml --- applications/templates/template-rstudio-root.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/templates/template-rstudio-root.yml b/applications/templates/template-rstudio-root.yml index 705135ce2..ce946bb37 100644 --- a/applications/templates/template-rstudio-root.yml +++ b/applications/templates/template-rstudio-root.yml @@ -177,6 +177,8 @@ objects: name: "${APPLICATION_NAME}" - name: ROOT value: "TRUE" + - name: RUNROOTLESS + value: 'true' - name: OPENBLAS_NUM_THREADS value: "${OPENBLAS_NUM_THREADS}" automountServiceAccountToken: false