diff --git a/argocd/apps/penpot/penpot.yaml b/argocd/apps/penpot/penpot.yaml index 7c1fcd4..c40ed33 100644 --- a/argocd/apps/penpot/penpot.yaml +++ b/argocd/apps/penpot/penpot.yaml @@ -37,11 +37,10 @@ spec: - name: ingress.annotations.cert-manager\.io\/cluster-issuer value: lets-encrypt-staging backend.containerSecurityContext: - - name: allowPrivilegeEscalation - value: false - capabilities: - - name: drop - value: 'ALL' + - name: allowPrivilegeEscalation + value: 'false' + - name: capabilities.drop + value: 'ALL' chart: penpot destination: server: 'https://kubernetes.default.svc'