Skip to content

Commit bc4539c

Browse files
committed
docs(hosting-k8s): update note for databaseExternal.type to indicate Postgres as the only officially tested and supported db.
1 parent eea29b5 commit bc4539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/deployment/hosting/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ The following table lists the configurable parameters of the chart and their def
386386
| `postgresqlPassword` | | `flagsmith` |
387387
| `databaseExternal.enabled` | use an external database. Specify database URL, or all parts. | `false` |
388388
| `databaseExternal.url` | See [schema](https://github.com/jazzband/dj-database-url#url-schema). | |
389-
| `databaseExternal.type` | See [supported databases](https://github.com/jazzband/dj-database-url#supported-databases). | `postgres` |
389+
| `databaseExternal.type` | Note: Only Postgres is fully supported by default images. [Other databases](https://github.com/jazzband/dj-database-url#supported-databases) not guaranteed to work. | `postgres` |
390390
| `databaseExternal.port` | | 5432 |
391391
| `databaseExternal.database` | Name of the database within the server | |
392392
| `databaseExternal.username` | | |

0 commit comments

Comments
 (0)