Hey all. setting up our external postgres in our K...
# ask-community
s
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
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