From 1bbe5bc8fa1d3199b41539920155908c68671745 Mon Sep 17 00:00:00 2001 From: Siri Kallhovd <47630846+sirikal@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:39:05 +0100 Subject: [PATCH] update rstudio groups in test --- repos/testing/rstudio/templates/_helpers.tpl | 2 ++ repos/testing/rstudio/templates/deployment.yaml | 1 + 2 files changed, 3 insertions(+) diff --git a/repos/testing/rstudio/templates/_helpers.tpl b/repos/testing/rstudio/templates/_helpers.tpl index 6ee5bdc6..8dcdead0 100644 --- a/repos/testing/rstudio/templates/_helpers.tpl +++ b/repos/testing/rstudio/templates/_helpers.tpl @@ -156,6 +156,7 @@ shiny:x:998:998::/home/shiny: {{ .Values.username }}:x:{{ .Values.uid }}:{{ .Values.gid }}::/home/rstudio:/bin/bash {{ end }} rstudio:x:977:977::/home/rstudio:/bin/bash +notebook:x:999:999::/home/notebook:/bin/bash {{- end -}} @@ -214,6 +215,7 @@ nogroup:x:65534: {{- end }} {{- end }} rstudio:x:977:rstudio +notebook:x:999: {{- end -}} diff --git a/repos/testing/rstudio/templates/deployment.yaml b/repos/testing/rstudio/templates/deployment.yaml index 2dc1bf40..89443670 100644 --- a/repos/testing/rstudio/templates/deployment.yaml +++ b/repos/testing/rstudio/templates/deployment.yaml @@ -119,6 +119,7 @@ spec: {{- range .Values.supplementalGroups }} - {{ .gid }} {{- end }} + - 977 {{- end }} containers: - name: auth-proxy