readOnly property

bool? readOnly
final

readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs.

Implementation

final bool? readOnly;