Skip to content

Commit

Permalink
Merge pull request 8gears#10 from victorbjorklund/master
Browse files Browse the repository at this point in the history
Removed MongoDB in examples
  • Loading branch information
Vad1mo committed Apr 25, 2021
2 parents 827c991 + 1101bb4 commit 842752d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Helm chart source code location is [github.com/8gears/n8n-helm-chart](https:
Before you start make sure you have the following dependencies ready and working:

- Helm > 3
- Postgres DB | MongoDB | MySQL | Embedded SQLite
- Postgres DB | MySQL | Embedded SQLite
- Helmfile (Optional)

## Configuration
Expand All @@ -31,10 +31,8 @@ You decide what should be a secret and what should be a config the options are t
```yaml

database:
type: # Type of database to use - Other possible types ['sqlite', 'mariadb', 'mongodb', 'mysqldb', 'postgresdb'] - default: sqlite
type: # Type of database to use - Other possible types ['sqlite', 'mariadb', 'mysqldb', 'postgresdb'] - default: sqlite
tablePrefix: # Prefix for table names - default: ''
mongodb:
connectionUrl: # MongoDB Connection URL - default: mongodb:https://user:password@localhost:27017/database
postgresdb:
database: # PostgresDB Database - default: n8n
host: # PostgresDB Host - default: localhost
Expand Down
4 changes: 1 addition & 3 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ secret: # Dict with all n8n json config options, unlike config the values here w

#
#database:
# type: # Type of database to use - Other possible types ['sqlite', 'mariadb', 'mongodb', 'mysqldb', 'postgresdb'] - default: sqlite
# type: # Type of database to use - Other possible types ['sqlite', 'mariadb', 'mysqldb', 'postgresdb'] - default: sqlite
# tablePrefix: # Prefix for table names - default: ''
# mongodb:
# connectionUrl: # MongoDB Connection URL - default: mongodb:https://user:password@localhost:27017/database
# postgresdb:
# database: # PostgresDB Database - default: n8n
# host: # PostgresDB Host - default: localhost
Expand Down

0 comments on commit 842752d

Please sign in to comment.