1
0
Fork 0

volumes permissions

This commit is contained in:
sido 2018-06-27 17:18:25 +02:00
parent e3d48562bb
commit 09c762c1b3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ spec:
command: ["sh", "-c", "chown -R 200:200 /gcc/molgenis/nexus"]
volumeMounts:
- name: molgenis-nexus-data
mountPath: "/nexus-data"
mountPath: "/gcc/molgenis/nexus"
containers:
- name: {{ .Values.nexus.name }}
image: "{{ .Values.nexus.image.repository }}:{{ .Values.nexus.image.tag }}"