mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Only PostgreSQL is supporte for external database configuration (#11309)
Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -7,7 +7,7 @@ Keycloak is a high performance Java-based identity and access management solutio
|
||||
[Overview of Keycloak](https://www.keycloak.org/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -359,10 +359,12 @@ Bitnami will release a new chart updating its containers if a new version of the
|
||||
|
||||
### Use an external database
|
||||
|
||||
Sometimes, you may want to have Keycloak connect to an external database rather than a database within your cluster - for example, when using a managed database service, or when running a single database server for all your applications. To do this, set the `postgresql.enabled` parameter to `false` and specify the credentials for the external database using the `externalDatabase.*` parameters.
|
||||
Sometimes, you may want to have Keycloak connect to an external PostgreSQL database rather than a database within your cluster - for example, when using a managed database service, or when running a single database server for all your applications. To do this, set the `postgresql.enabled` parameter to `false` and specify the credentials for the external database using the `externalDatabase.*` parameters.
|
||||
|
||||
Refer to the [chart documentation on using an external database](https://docs.bitnami.com/kubernetes/apps/keycloak/configuration/use-external-database) for more details and an example.
|
||||
|
||||
> NOTE: Only PostgreSQL database server is supported as external database
|
||||
|
||||
### Add extra environment variables
|
||||
|
||||
In case you want to add extra environment variables (useful for advanced operations like custom init scripts), you can use the `extraEnvVars` property.
|
||||
|
||||
Reference in New Issue
Block a user