Changing Default Schema in Helm Chart Connection Strings for Postgres Database

Original Slack Thread

how do I change default schema from public to xxx in helm chart connection strings?

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