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