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:
parent
e289a21201
commit
b74a204cda
|
|
@ -13,6 +13,7 @@ spec:
|
|||
volumes:
|
||||
- 'secret'
|
||||
- 'nfs'
|
||||
- 'persistentVolumeClaim'
|
||||
hostNetwork: false
|
||||
hostIPC: false
|
||||
hostPID: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue