mount the other work- directory
This commit is contained in:
parent
98c030e937
commit
eaf9219f76
|
@ -19,9 +19,9 @@ spec:
|
|||
app: {{ .Values.nexus.name }}
|
||||
creationTimestamp: null
|
||||
spec:
|
||||
securityContext:
|
||||
runAsUser: 200
|
||||
fsGroup: 200
|
||||
# securityContext:
|
||||
# runAsUser: 200
|
||||
# fsGroup: 200
|
||||
volumes:
|
||||
- name: molgenis-nexus-data
|
||||
persistentVolumeClaim:
|
||||
|
@ -37,6 +37,6 @@ spec:
|
|||
volumeMounts:
|
||||
- name: molgenis-nexus-data
|
||||
mountPath: "/nexus-data"
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
# securityContext:
|
||||
# allowPrivilegeEscalation: false
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@ apiVersion: v1
|
|||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: molgenis-nexus-data
|
||||
annotations:
|
||||
pv.beta.kubernetes.io/gid: "200"
|
||||
labels:
|
||||
name: nfs2
|
||||
spec:
|
||||
|
|
Loading…
Reference in New Issue