From d577ca3592245e7fff5247b87402cf91217c2bec Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 9 Jul 2026 16:53:28 +0200 Subject: [PATCH] helm: fix: set right privilege in helm --- chart/templates/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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