cifs icon indicating copy to clipboard operation
cifs copied to clipboard

Add guest and read-only mount support

Open ananace opened this issue 6 years ago • 0 comments

The Kubernetes field readOnly helpfully offers the strings "ro" or "rw", so it's easy to map them into the mount option string.

This will also make mountOptions optional, as it's quite common to not want any additional options when mounting things as guest.

ananace avatar Aug 25 '19 09:08 ananace