From befea76e7eb9a8920794834b0091b5b07182653a Mon Sep 17 00:00:00 2001 From: Claude Code Date: Wed, 29 Apr 2026 13:07:27 +0200 Subject: [PATCH] fix: add ignoreDifferences for n8n env duplicates; keep xslt-lab firebase disabled --- argocd/applications/n8n.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/argocd/applications/n8n.yaml b/argocd/applications/n8n.yaml index 26124a8..f02fc7b 100644 --- a/argocd/applications/n8n.yaml +++ b/argocd/applications/n8n.yaml @@ -5,14 +5,13 @@ metadata: namespace: argocd spec: project: default - source: - repoURL: https://community-charts.github.io/helm-charts/ - chart: n8n - targetRevision: 1.15.7 - helm: - releaseName: n8n - valueFiles: - - $values/apps/n8n/values.yaml + ignoreDifferences: + - group: apps + kind: Deployment + name: n8n + namespace: n8n + jqPathExpressions: + - .spec.template.spec.containers[].env sources: - repoURL: https://community-charts.github.io/helm-charts/ chart: n8n