Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bioconductor/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ Return which PVC to use for libraries
Creates the bash command for the init containers used to place files and change permissions in the rstudio pods
*/}}
{{- define "bioconductor.init-container-commands" -}}
cp -anrL /opt/configs/readonly/rstudio/ /home/;
chown -R rstudio:rstudio /home/rstudio;
{{- if and .Values.libraries.persistence.enabled (not .Values.libraries.persistence.separateClaim.enabled) }}
mkdir -p {{.Values.persistence.mountPath}}/persisted-library/R;
{{- end }}
cp -anrL /opt/configs/readonly/rstudio/ /home/;
chown -R rstudio:rstudio /home/rstudio;
{{- end -}}

2 changes: 1 addition & 1 deletion bioconductor/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ spec:
{{- end }}
{{- if .Values.extraVolumes }}
{{- .Values.extraVolumes | toYaml | nindent 8 }}
{{- end }}
{{- end }}