From ccfd7aac3cdfce1a10aa2d4fdb678cca86db3dfd Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Wed, 4 Oct 2017 20:52:57 +0530 Subject: [PATCH] add securityContext field at conatiner level (#5734) --- docs/tasks/configure-pod-container/security-context.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tasks/configure-pod-container/security-context.yaml b/docs/tasks/configure-pod-container/security-context.yaml index 562af5ae8d..86ca51d39a 100644 --- a/docs/tasks/configure-pod-container/security-context.yaml +++ b/docs/tasks/configure-pod-container/security-context.yaml @@ -15,4 +15,5 @@ spec: volumeMounts: - name: sec-ctx-vol mountPath: /data/demo + securityContext: allowPrivilegeEscalation: false