Super quick question for all the folks: We are in...
# ask-metaflow
s
Super quick question for all the folks: We are interested in using the helm chart in GKE for metaflow with a separate custom postgresql install. Do I just populate the values.yaml in the top level of the helm chart as follows
Copy code
postgresql:
  # postgresql.enabled -- Flag to install Postgresql
  enabled: false
  postgresqlPassword: mysecretpassword
  postgresqlDatabase: my-psql-db (instance-id)
  postgresqlUsername: mypostgresqluser
or does
postgresqlDatabase
need to be
my-project-id:my-region:my-psql-db
? or something else.
1