Skip to content

Commit

Permalink
Add Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jul 26, 2023
1 parent 8074724 commit ffe87ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/flowforge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ If using an external PostgreSQL Database you will need to create the database an
- `forge.localPostrgresql` Deploy a PostgreSQL v14 Database into Kubernetes cluster (default `true`)
- `forge.postgres.host` the hostname of an external PostgreSQL database (default not set)
- `forge.postgres.port` the port of an external PostgreSQL database (default `5432`)
- `forge.postgres.ssl` sets the connection to the database to use SSL/TLS (default `false`)
- `forge.cloudProvider` currently only accepts `aws` but will include more as needed (default not set)
- `forge.projectSelector` a collection of labels and values to filter nodes that Project Pods will run on (default `role: projects`)
- `forge.managementSelector` a collection of labels and values to filter nodes the Forge App will run on (default `role: management`)
Expand Down

0 comments on commit ffe87ca

Please sign in to comment.