1. Portworx Enterprise Documentation
"Security -> With Kubernetes -> Configure Portworx security with Kubernetes secrets": This document explicitly states
"Create a Kubernetes secret in the namespace where you will be creating your PVCs." It provides the example command kubectl -n create secret generic px-secret ... to create the secret in the target application namespace.
2. Portworx Enterprise Documentation
"Storage Operations -> Storage Provisioning in Kubernetes -> Dynamic Provisioning": This page details the StorageClass parameters. It shows the use of px.io/secret-namespace: ${pvc.namespace}
which confirms that the provisioner resolves the secret's namespace to be the same as the PVC's namespace at the time of creation.