https://dagster.io/ logo
#announcements
Title
# announcements
p

Peter B

04/14/2021, 10:23 AM
Is there a way to use a postgres connection string in place of individual host, username, password database in the k8 Helm values.yaml?
a

alex

04/15/2021, 3:29 PM
@rex
r

rex

04/15/2021, 3:34 PM
putting a diff around this - we already expose
postgres_url
in the storage config, just need to thread that through from helm
you’ll be able to add arbitrary params to the postgresql url constructed from the config (https://github.com/dagster-io/dagster/commit/6df86f5c240375ff7a4af4bc92eeafeff657c333) which should meet your use case from https://dagster.slack.com/archives/CCCR6P2UR/p1618448623220300?thread_ts=1618443688.205700&cid=CCCR6P2UR
p

Peter B

04/23/2021, 7:23 AM
@rex that's awesome! Thanks so much for that! We really appreciate it