From 6940eaecf589407635f7059427ee581805288601 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 4 Nov 2025 15:23:55 +0100 Subject: [PATCH] right format values-n8n.yaml --- argocd/apps/n8n/values-n8n.yaml | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/argocd/apps/n8n/values-n8n.yaml b/argocd/apps/n8n/values-n8n.yaml index ec29404..84c6e1f 100644 --- a/argocd/apps/n8n/values-n8n.yaml +++ b/argocd/apps/n8n/values-n8n.yaml @@ -45,28 +45,28 @@ spec: hosts: - "n8n.innovation-hub-niedersachsen.de" - redis: - enabled: true + redis: + enabled: true - postgresql: - enabled: true - primary: - persistence: - enabled: true - auth: - username: "n8n" - password: "n8n" + postgresql: + enabled: true + primary: + persistence: + enabled: true + auth: + username: "n8n" + password: "n8n" - minio: - enabled: true - ingress: - hosts: - - "sws3.innovation-hub-niedersachsen.de" - users: - - accessKey: "WPpTwIoSMgrPChsS3rdS" - - secretKey: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" - buckets: - - name: "n8n" + minio: + enabled: true + ingress: + hosts: + - "sws3.innovation-hub-niedersachsen.de" + users: + - accessKey: "WPpTwIoSMgrPChsS3rdS" + - secretKey: "C59o3EAhsUKBWj1oiPtiYRq3GhLMFeYDeiMxJ4SW" + buckets: + - name: "n8n" destination: server: 'https://kubernetes.default.svc'