From fff15156cb96e5952a49636ac3e8bea30e8e3367 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 22 Oct 2024 16:44:00 +0200 Subject: [PATCH] config --- argocd/apps/penpot/penpot.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd/apps/penpot/penpot.yaml b/argocd/apps/penpot/penpot.yaml index 861bc05..b0377f8 100644 --- a/argocd/apps/penpot/penpot.yaml +++ b/argocd/apps/penpot/penpot.yaml @@ -37,10 +37,11 @@ spec: - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging backend.containerSecurityContext: - allowPrivilegeEscalation: 'false' + allowPrivilegeEscalation: false capabilities: drop: - ALL + runAsNonRoot: true chart: penpot destination: server: 'https://kubernetes.default.svc'