remove cap drop

This commit is contained in:
2026-02-02 16:17:16 +11:00
parent 22472c633d
commit 8427663d71

View File

@@ -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: {}