Switching Schema in PostgreSQL Connection String for Helm Chart Deployment

Original Slack Thread

getting error on public schema in postgresql. anyway to switch the schema in connection string of helm chart or any environment variable option ?

url: “jdbc:postgresql://prerequisites-postgresql:5432/datahub

For postgres this is currentSchema per https://jdbc.postgresql.org/documentation/use/ which means updating this line https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L608 with ?currentSchema=xxx