From f5bf6ec2deb0bf3a3803a4cb441c197fe19abe3b Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Sat, 19 Jan 2019 14:53:37 -0600 Subject: [PATCH] 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 --- cinder/templates/deployment-volume.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/templates/deployment-volume.yaml b/cinder/templates/deployment-volume.yaml index c8bc203c06..c40c1a3142 100644 --- a/cinder/templates/deployment-volume.yaml +++ b/cinder/templates/deployment-volume.yaml @@ -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: