diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index a6277a1..f1846de 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -62,7 +62,7 @@ spec: runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true capabilities: drop: ["ALL"] volumes: @@ -75,4 +75,3 @@ spec: defaultMode: 0600 - name: ssh-working emptyDir: {} -