Mounting an NFS v3 volume

We are on Astronomer Enterprise running on OpenShift. We have created an NFS v3 storage volume that is reachable from OpenShift (I can ping the device).

I would like to mount the storage volume to be available to the scheduler pod running in an Airflow deployment. Are there any suggestions how to do this?

For example I would like to be able to access files on this share under /mnt/mynfsshare/testfolder when the share is available at IP address 1.2.3.4\testfolder. (1.2.3.4 is a placeholder IP address).

Thanks.