Commit b74a204c by Brooke Storm

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.
parent e289a212
...@@ -13,6 +13,7 @@ spec: ...@@ -13,6 +13,7 @@ spec:
volumes: volumes:
- 'secret' - 'secret'
- 'nfs' - 'nfs'
- 'persistentVolumeClaim'
hostNetwork: false hostNetwork: false
hostIPC: false hostIPC: false
hostPID: false hostPID: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment