diff --git a/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml b/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml index c6b9866..b574e07 100644 --- a/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml +++ b/nexus/v0.1.x/templates/deployments/nexus-deployment.yaml @@ -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 }}"