feat(jenkins): give mntOptions for root squashing
This commit is contained in:
parent
56b6876ed8
commit
b33bcf22c6
@ -23,8 +23,8 @@ volumes:
|
|||||||
molgenis-jenkins:
|
molgenis-jenkins:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mntOptions: all_squash,anonuid=1000,anongid=1000
|
mntOptions: no_root_squash,anonuid=1000,anongid=1000
|
||||||
molgenis-jenkins-agent-buildtools:
|
molgenis-jenkins-agent-buildtools:
|
||||||
driver: rancher-nfs
|
driver: rancher-nfs
|
||||||
driver_opts:
|
driver_opts:
|
||||||
mntOptions: all_squash,anonuid=1000,anongid=1000
|
mntOptions: no_root_squash,anonuid=1000,anongid=1000
|
||||||
|
Loading…
Reference in New Issue
Block a user