calebwoofenden commented on PR #27357: URL: https://github.com/apache/airflow/pull/27357#issuecomment-1310445290
Thanks, I didn't realize that the full tests were not running unless you triggered them. I ran the Breeze setup locally and identified the issue. The `postgres` user was being created with a randomly-generated password instead of using the value in `auth.password`. The parameters of the bitnami/postgresql chart didn't behave exactly how I thought - it turns out that `auth.username` and `auth.password` are only for accounts other than the `postgres` admin user. To set the password for the `postgres` user you need to set `auth.postgresPassword`. I added this parameter as well as `auth.enablePostgresUser`, and added more detail to the `NOTES.txt` fail message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
