From eb37e4bcc59c5b59b807747ba3c6377f98d52045 Mon Sep 17 00:00:00 2001 From: titver968 Date: Thu, 6 Nov 2025 14:00:20 +0100 Subject: [PATCH] n8n minio.persistence.enabled: true --- argocd/apps/n8n/values-n8n.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index c098b47..dbd3009 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -27,7 +27,7 @@ spec: minio: enabled: "true" persistence: - enabled: "true" + enabled: true webhook: url: "https://n8n.innovation-hub-niedersachsen.de/"