From 586f84b1dd6f5b66a82096501ab4aff351fdde71 Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Tue, 22 Oct 2024 16:48:38 +0200 Subject: [PATCH] config --- argocd/apps/penpot/penpot.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/argocd/apps/penpot/penpot.yaml b/argocd/apps/penpot/penpot.yaml index 5cec1e4..bfab107 100644 --- a/argocd/apps/penpot/penpot.yaml +++ b/argocd/apps/penpot/penpot.yaml @@ -36,12 +36,12 @@ spec: value: 'true' - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging - SecurityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - runAsNonRoot: true + - name: backend.containerSecurityContext + values: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL chart: penpot destination: server: 'https://kubernetes.default.svc'