From 11ab702faf604a59873be33592825c6c9b5bc751 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 24 Jun 2025 12:47:53 +0200 Subject: [PATCH] db.type --- argocd/apps/n8n/n8n.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/n8n/n8n.yaml b/argocd/apps/n8n/n8n.yaml index 67a3264..141d5e4 100644 --- a/argocd/apps/n8n/n8n.yaml +++ b/argocd/apps/n8n/n8n.yaml @@ -12,6 +12,8 @@ spec: chart: n8n helm: parameters: + - name: db.type + value: "postgresdb" - name: postgresql.enabled value: "true" - name: postgresql.primary.persistence.enabled