Skip to content

Commit

Permalink
typo + WEBHOOK_URL fix (8gears#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Harald Fielker <[email protected]>
  • Loading branch information
egandro and Harald Fielker committed Dec 28, 2023
1 parent 2bcbf56 commit 942209e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
config:
executions:
pruneData: "true" # prune executions by default
pruneDataMaxAge: 3760 # Per defaut we store 1 year of history
pruneDataMaxAge: 3760 # Per default we store 1 year of history

# existingSecret and secret are exclusive, with existingSecret taking priority.
# existingSecret: "" # Use an existing Kubernetes secret, e.g created by hand or Vault operator.
Expand Down Expand Up @@ -101,7 +101,7 @@ secret: # Dict with all n8n json config options, unlike config the values here w
# Set additional environment variables on the Deployment
extraEnv: {}
# Set this if running behind a reverse proxy and the external port is different from the port n8n runs on
# WEBHOOK_TUNNEL_URL: "https://n8n.myhost.com/
# WEBHOOK_URL: "https://n8n.myhost.com/

# Set additional environment from existing secrets
extraEnvSecrets: {}
Expand Down

0 comments on commit 942209e

Please sign in to comment.