From b74a204cda55f447455115f7193e661be95e22bf Mon Sep 17 00:00:00 2001 From: Brooke Storm Date: Fri, 30 Jul 2021 16:35:33 -0700 Subject: [PATCH] helm chart: allow persistentVolumeClaim in psp or pod never launches Simple fix, but if you have podsecuritypolicy in your cluster, this chart doesn't work without this change. --- .../templates/podsecuritypolicy.yaml | 1 + 1 file changed, 1 insertion(+) 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