From e03251c575a8e6665a379bf387fc62dae18ff589 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 22 Oct 2024 16:19:04 +0200 Subject: [PATCH] drop all --- argocd/apps/penpot/penpot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/argocd/apps/penpot/penpot.yaml b/argocd/apps/penpot/penpot.yaml index 766c4df..7c1fcd4 100644 --- a/argocd/apps/penpot/penpot.yaml +++ b/argocd/apps/penpot/penpot.yaml @@ -39,6 +39,9 @@ spec: backend.containerSecurityContext: - name: allowPrivilegeEscalation value: false + capabilities: + - name: drop + value: 'ALL' chart: penpot destination: server: 'https://kubernetes.default.svc'