We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1edea7 commit 2d18dc1Copy full SHA for 2d18dc1
rstudio/templates/_helpers.tpl
@@ -77,7 +77,6 @@ Return which PVC to use
77
Creates the bash command for the init containers used to place files and change permissions in the rstudio pods
78
*/}}
79
{{- define "rstudio.init-container-commands" -}}
80
-cp -anrL /opt/configs/readonly/rstudio/ /home/;
81
-chown -R rstudio:rstudio /home/rstudio
+cp -anrL /opt/configs/readonly/rstudio/. {{ .Values.persistence.mountPath }};
82
{{- end -}}
83
0 commit comments