diff --git a/charts/nfs-subdir-external-provisioner/templates/podsecuritypolicy.yaml b/charts/nfs-subdir-external-provisioner/templates/podsecuritypolicy.yaml index 540492bf..5e3274a6 100644 --- a/charts/nfs-subdir-external-provisioner/templates/podsecuritypolicy.yaml +++ b/charts/nfs-subdir-external-provisioner/templates/podsecuritypolicy.yaml @@ -13,6 +13,7 @@ spec: volumes: - 'secret' - 'nfs' + - 'persistentVolumeClaim' hostNetwork: false hostIPC: false hostPID: false