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:
|
volumes:
|
||||||
- 'secret'
|
- 'secret'
|
||||||
- 'nfs'
|
- 'nfs'
|
||||||
|
- 'persistentVolumeClaim'
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
hostIPC: false
|
hostIPC: false
|
||||||
hostPID: false
|
hostPID: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue