Goh Rui Zhi
07/12/2021, 1:16 PMprefect server start --postgres-url postgres://<username>:<password>@hostname:<port>/<dbname>
or similar commands and can only make use of value.yaml to change the configurations. Any help will be appreciated 🙂
Edit: I also realised that the database_url stated in the logs does not have the password field, it is just username@hostname:port/dbname. Is this expected?Kevin Kho
07/12/2021, 1:49 PMconnection_url
of the external database to your config.toml
file?Goh Rui Zhi
07/12/2021, 2:03 PMKevin Kho
07/12/2021, 2:32 PMGoh Rui Zhi
07/12/2021, 2:40 PMnicholas
07/12/2021, 2:47 PMvalues.yaml
with sensitive values redacted?Goh Rui Zhi
07/12/2021, 3:03 PMnicholas
07/12/2021, 3:21 PMexistingSecret
field)Goh Rui Zhi
07/12/2021, 3:55 PMnicholas
07/12/2021, 4:14 PMkubectl create secret
Goh Rui Zhi
07/13/2021, 2:00 AM