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
connection_url
of the external database to your config.toml
file?Goh Rui Zhi
07/12/2021, 2:03 PMKevin Kho
Goh Rui Zhi
07/12/2021, 2:40 PMnicholas
values.yaml
with sensitive values redacted?Goh Rui Zhi
07/12/2021, 3:03 PMnicholas
nicholas
existingSecret
field)Goh Rui Zhi
07/12/2021, 3:55 PMnicholas
kubectl create secret
Goh Rui Zhi
07/13/2021, 2:00 AM