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.
This commit is contained in:
Brooke Storm 2021-07-30 16:35:33 -07:00
parent e289a21201
commit b74a204cda
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ spec:
volumes:
- 'secret'
- 'nfs'
- 'persistentVolumeClaim'
hostNetwork: false
hostIPC: false
hostPID: false