Skip to content

Commit

Permalink
update rstudio groups in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sirikal committed Dec 18, 2024
1 parent c5d75a9 commit 1bbe5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/testing/rstudio/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}

Expand Down Expand Up @@ -214,6 +215,7 @@ nogroup:x:65534:
{{- end }}
{{- end }}
rstudio:x:977:rstudio
notebook:x:999:

{{- end -}}

Expand Down
1 change: 1 addition & 0 deletions repos/testing/rstudio/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ spec:
{{- range .Values.supplementalGroups }}
- {{ .gid }}
{{- end }}
- 977
{{- end }}
containers:
- name: auth-proxy
Expand Down

0 comments on commit 1bbe5bc

Please sign in to comment.