mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Cinder: Allow rootwrap to function in cinder volume
This PS updates the cinder volume template to restore rootwrap operation. Change-Id: Ifc6d2442e536e22dca0563bb16634fd9accf44e1 Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
@@ -94,7 +94,7 @@ spec:
|
||||
{{ tuple $envAll "cinder_volume" | include "helm-toolkit.snippets.image" | indent 10 }}
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.volume | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
allowPrivilegeEscalation: true
|
||||
command:
|
||||
- /tmp/cinder-volume.sh
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user