https://dagster.io/ logo
#dagster-support
Title
# dagster-support
s

Scott Hood

05/02/2022, 2:11 PM
Hey all. setting up our external postgres in our K8s deployment and was hoping to get some clarification on the values that need to be set.
postgresqlSecretName
If I set this to the managed secret we are creating in our helm deployment do I also need to set the password down here: https://github.com/dagster-io/dagster/blob/master/helm/dagster/values.yaml#L665
r

rex

05/02/2022, 2:14 PM
The answer is no. If you have an external secret for your postgresql database, you will not need to set
postgresql.postgresqlPassword
. https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#configuring-an-external-database
👍 1