2 Commits

Author SHA1 Message Date
00d1b8dcf0 unwrap booleans
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-15 22:56:27 +03:00
0fa2dac744 add redis.enabled to values.yaml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2022-11-15 22:51:53 +03:00

View File

@ -1,5 +1,5 @@
config: config:
debug: "false" debug: false
db_type: postgresdb db_type: postgresdb
postgres: postgres:
database: n8n database: n8n
@ -14,16 +14,19 @@ config:
executions: executions:
process: main process: main
data: data:
prune: 'true' prune: true
max_age: 8760 max_age: 8760
diagnostics: diagnostics:
enabled: 'false' enabled: false
node: node:
function: function:
allow: allow:
builtin: '*' builtin: '*'
external: '*' external: '*'
redis:
enabled: false
existingSecret: "" existingSecret: ""
nameOverride: "" nameOverride: ""