From 48fac4e87633b85499048fa4363867e544a2d03e Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 6 Jul 2019 10:38:17 +0300 Subject: [PATCH] Disable privilege escalation --- charts/flagger/templates/psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/flagger/templates/psp.yaml b/charts/flagger/templates/psp.yaml index 516c9738..8e314591 100644 --- a/charts/flagger/templates/psp.yaml +++ b/charts/flagger/templates/psp.yaml @@ -16,7 +16,7 @@ spec: hostNetwork: false hostPID: false readOnlyRootFilesystem: false - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false allowedCapabilities: - '*' fsGroup: