You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/deployment/hosting/kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@ The following table lists the configurable parameters of the chart and their def
386
386
| `postgresqlPassword` | | `flagsmith` |
387
387
| `databaseExternal.enabled` | use an external database. Specify database URL, or all parts. | `false` |
388
388
| `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` |
390
390
| `databaseExternal.port` | | 5432 |
391
391
| `databaseExternal.database` | Name of the database within the server | |
0 commit comments