Skip to content

Commit

Permalink
Merge pull request #107 from MaastrichtU-IDS/RCS-186
Browse files Browse the repository at this point in the history
changes to rstudio deployment
  • Loading branch information
lwinckers authored Jan 31, 2025
2 parents 4c06ac6 + 77c23db commit 5a57868
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions applications/templates/template-rstudio-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a57868

Please sign in to comment.