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