diff --git a/chart/templates/deployment.yaml b/chart/templates/deployment.yaml index f32cb7f..2458900 100644 --- a/chart/templates/deployment.yaml +++ b/chart/templates/deployment.yaml @@ -30,9 +30,7 @@ spec: - name: nfs-mounter image: alpine:3.20 securityContext: - capabilities: - add: - - SYS_ADMIN + privileged: true command: - /bin/sh - -c