networkPath: "//timon.cascb.uni-konstanz.de/<Your-Storage-Folder>" # Storage address, here assumed to be part of your DMP
mountOptions: "vers=3.0,dir_mode=0755,file_mode=0644,noperm"
</syntaxhighlight>
== Checking if everything was mounted properly==
Check the status of the pod with
<syntaxhighlight lang="bash">
kubectl describe pods busybox-test-pod
</syntaxhighlight>
And when accessing your pod, your cifs storage should be mounted at:
<syntaxhighlight lang="bash">
/abyss/home/<your-already-created-mount-location-folder>
</syntaxhighlight>