1
0
Fork 0

mount the other work- directory

This commit is contained in:
sido 2018-06-27 16:23:48 +02:00
parent eaf9219f76
commit ed6c9613e0
1 changed files with 5 additions and 5 deletions

View File

@ -19,9 +19,9 @@ spec:
app: {{ .Values.nexus.name }} app: {{ .Values.nexus.name }}
creationTimestamp: null creationTimestamp: null
spec: spec:
# securityContext: securityContext:
# runAsUser: 200 runAsUser: 200
# fsGroup: 200 fsGroup: 200
volumes: volumes:
- name: molgenis-nexus-data - name: molgenis-nexus-data
persistentVolumeClaim: persistentVolumeClaim:
@ -37,6 +37,6 @@ spec:
volumeMounts: volumeMounts:
- name: molgenis-nexus-data - name: molgenis-nexus-data
mountPath: "/nexus-data" mountPath: "/nexus-data"
# securityContext: securityContext:
# allowPrivilegeEscalation: false allowPrivilegeEscalation: false