Tomer Cagan
03/10/2022, 10:45 AMTomer Cagan
03/10/2022, 10:48 AMhelm upgrade
without specifying the database password it fails and write an error to the screen:
Error: UPGRADE FAILED: execution error at (prefect-server/charts/postgresql/templates/NOTES.txt:59:4):
PASSWORDS ERROR: you must provide your current passwords when upgrade the release
'postgresqlPassword' must not be empty, please add '--set postgresqlPassword=$POSTGRESQL_PASSWORD' to the command. To get the current value:
The value in the set argument should actually be '--set postgres.postgresqlPassword=$POSTGRESQL_PASSWORD'
. This is documented correctly in the chart documentation but I guess was not updated in prefect-server/charts/postgresql/templates/NOTES.txt.
I thought to open a PR but I cannot file this file 😄
If you can direct me to it, I can still do a PR, or I can open a bug in the project repoAnna Geller
Marvin
03/10/2022, 11:12 AMTomer Cagan
03/10/2022, 11:34 AMprefect-server/charts/postgresql/templates/NOTES.txt
Anna Geller