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
Current Helm chart's values.yaml doesn't have attribute to store SQL database schema.
In postgres-based setup, users may want to use custom schema and avoid public schema.
iromli
changed the title
docs(cloud-native): add attribute for SQL database schema
feat(cloud-native): add attribute for SQL database schema in Helm chart
Jan 27, 2025
Current Helm chart's
values.yaml
doesn't have attribute to store SQL database schema.In postgres-based setup, users may want to use custom schema and avoid
public
schema.Current workaround is to add
GLUU_SQL_DB_SCHEMA
toglobal.userEnvs.normal
.Note that the underlying
pygluu.containerlib
library setsGLUU_SQL_DB_SCHEMA=""
as default.The text was updated successfully, but these errors were encountered: