Add n8n.extraEnvs

This commit is contained in:
Benjamin Mayrargue
2025-03-05 08:11:36 +01:00
parent 8513952b5e
commit 666fe01137
2 changed files with 11 additions and 4 deletions
+5 -3
View File
@@ -27,9 +27,7 @@ redis:
n8n:
log_level: "debug"
timezone: ""
webhook:
# TODO: use default service url
url: http://localhost
webhookUrl: "http://localhost"
auth:
enabled: false
username: "n8n"
@@ -39,6 +37,10 @@ n8n:
enabled: true
# prune old executions data after X hours
max_age: "72"
# Additional environment variables to add to the configmap
extraEnvs: {}
# CUSTOM_VAR1: "value1"
# CUSTOM_VAR2: "value2"
# values for PostgreSql helm chart
postgresql: