mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
n8n - change execution mode (#2212)
* n8n - change execution mode * whoops
This commit is contained in:
@@ -3,7 +3,7 @@ description: n8n is an extendable workflow automation tool.
|
||||
annotations:
|
||||
title: n8n
|
||||
type: application
|
||||
version: 1.2.24
|
||||
version: 1.2.25
|
||||
apiVersion: v2
|
||||
appVersion: 1.30.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -51,7 +51,7 @@ secret:
|
||||
data:
|
||||
N8N_ENCRYPTION_KEY: {{ $encKey }}
|
||||
DB_TYPE: postgresdb
|
||||
EXECUTIONS_MODE: queue
|
||||
EXECUTIONS_MODE: regular
|
||||
DB_POSTGRESDB_USER: {{ $dbUser }}
|
||||
DB_POSTGRESDB_PASSWORD: {{ $dbPass }}
|
||||
DB_POSTGRESDB_DATABASE: {{ $dbName }}
|
||||
@@ -82,7 +82,4 @@ configmap:
|
||||
N8N_SSL_KEY: /certs/tls.key
|
||||
N8N_SSL_CERT: /certs/tls.crt
|
||||
{{- end }}
|
||||
# https://github.com/n8n-io/n8n/issues/8664#issuecomment-1952155450
|
||||
SHELL: /bin/sh
|
||||
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user