diff --git a/clusters/homelab/apps/n8n/helmrelease.yaml b/clusters/homelab/apps/n8n/helmrelease.yaml index ce0bdd8..6e505d8 100644 --- a/clusters/homelab/apps/n8n/helmrelease.yaml +++ b/clusters/homelab/apps/n8n/helmrelease.yaml @@ -14,25 +14,26 @@ spec: name: n8n namespace: n8n values: - deploymentStrategy: - type: "Recreate" - persistence: - enabled: true - type: dynamic - storageClass: longhorn - size: 2Gi - accessModes: - - ReadWriteOnce - config: - generic: - timezone: "Europe/Berlin" - secret: - n8n: - encryptionKey: "" - extraEnv: - N8N_ENCRYPTION_KEY: - valueFrom: - secretKeyRef: - name: n8n-secret - key: N8N_ENCRYPTION_KEY - WEBHOOK_URL: "https://n8n.net-scope.org" + main: + config: + generic: + timezone: "Europe/Berlin" + secret: + n8n: + encryptionKey: "" + extraEnv: + N8N_ENCRYPTION_KEY: + valueFrom: + secretKeyRef: + name: n8n-secret + key: N8N_ENCRYPTION_KEY + WEBHOOK_URL: "https://n8n.net-scope.org" + deploymentStrategy: + type: "Recreate" + persistence: + enabled: true + type: dynamic + storageClass: longhorn + size: 2Gi + accessModes: + - ReadWriteOnce