Skip to content
Snippets Groups Projects
Commit 8c79a93e authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fix permissions

parent 7e4a4ed4
No related branches found
No related tags found
No related merge requests found
......@@ -20,18 +20,18 @@ spec:
labels:
{{- include "jupyter-control-notebook-chart.selectorLabels" . | nindent 8 }}
spec:
initContainers:
- name: fix-permissions
image: baltig.infn.it:4567/epics-containers/container-init
command:
- sh
- -c
- |
chown -R {{ .Values.securityContext.runAsUser }}:{{ .Values.securityContext.fsGroup }} /home/jovyan
initContainers:
- name: fix-permissions
image: baltig.infn.it:4567/epics-containers/container-init
command:
- sh
- -c
- |
chown -R {{ .Values.securityContext.runAsUser }}:{{ .Values.securityContext.fsGroup }} /home/jovyan
volumeMounts:
- name: jupyter-data
mountPath: /home/jovyan
volumeMounts:
- name: jupyter-data
mountPath: /home/jovyan
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment