helm-charts
helm-charts copied to clipboard
Question/Imporvement. KeycloakX. PostgreSQL dependency chart
Hello Gent's,
Could you please shed some light on removing PostgreSQL dependency chart while moving to KeycloakX?
In addition to database:
section I'd propose to use something like:
# To use an external PostgreSQL instead of the automatically deployed postgresql chart:
# 1. set postgresql.enabled to false
# 2. uncomment and configure the externalPostgreSQL connection URL (e.g. postgresql://user:pass@host:5432/database)
externalPostgreSQL:
# Read external PostgreSQL configuration from a secret.
# This should point at a secret file with a single key which specifyies the connection string.
# Overrides any other PostgreSQL related values
externalPostgreSQLSecret: {}
# name: postgres
# key: connectionString
as of db-url
Many thanks!