From 2ea89e8fdcb15c4455d4d48201189ce6d4d1f77d Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Tue, 2 Apr 2024 19:11:06 +0200
Subject: [PATCH] apps/flow: n8n allow external node functions

---
 apps/flow/n8n/n8n-values-configmap.yaml | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/apps/flow/n8n/n8n-values-configmap.yaml b/apps/flow/n8n/n8n-values-configmap.yaml
index df61d54..cfd9dcd 100644
--- a/apps/flow/n8n/n8n-values-configmap.yaml
+++ b/apps/flow/n8n/n8n-values-configmap.yaml
@@ -41,17 +41,6 @@ data:
       protocol: https
       generic:
         timezone: "Europe/Berlin"
-
-    # TODO Adjust n8n Mailing config
-    #    mailer:
-    #      enabled: "${outgoing_mail_enabled}"
-    #      host: "${outgoing_mail_smtp_host}"
-    #      port: "${outgoing_mail_smtp_port}"
-    #      username: "${outgoing_mail_smtp_user}"
-    #      password: "${outgoing_mail_smtp_password}"
-    #      fromemail: "${outgoing_mail_from_address}"
-    # TODO Adjust n8n OpenID Connect Single Sign-On Configuration
-    #    - name: Stackspin
-    #      key: "${client_id}"
-    #      secret: "${client_secret}"
-    #      autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'
+    extraEnv:
+      NODE_FUNCTION_ALLOW_EXTERNAL: "*"
+      #node-fetch
-- 
GitLab