NSF share across many apps

I have a single nsf mount point that I would like to share between many apps. I thought that using the the storage class I might be able to accomplish this but it only works for the first app, the second one (and all subsequent ones) get the following:

External Provisioner: waiting for a volume to be created, either by external provisioner “netappdev-svm-provisioner” or manually created by system administrator.

How would I accomplish that task of sharing a single persistent volume?

Solved (Or at least understood)

Our problem seems to be that we created a name-space per app. This approach limits the claims as one per name-space - hence, we could not share the persisted volumes.

We are in the process of correcting this