From f06c7a92245a68bb4276ce44b98a7c87670523dd Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 22 Oct 2024 16:14:49 +0200 Subject: [PATCH] konfiguration backend --- 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 8f1bafc..766c4df 100644 --- a/argocd/apps/penpot/penpot.yaml +++ b/argocd/apps/penpot/penpot.yaml @@ -36,6 +36,9 @@ spec: value: 'true' - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging + backend.containerSecurityContext: + - name: allowPrivilegeEscalation + value: false chart: penpot destination: server: 'https://kubernetes.default.svc'