diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 6287a2e..250b77d 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -76,9 +76,7 @@ spec: runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 - allowPrivilegeEscalation: false - capabilities: - drop: ["ALL"] + allowPrivilegeEscalation: true volumes: - name: data-volume persistentVolumeClaim: @@ -89,4 +87,3 @@ spec: defaultMode: 0600 - name: ssh-working emptyDir: {} -