aboutphilippe commented on issue #15133: URL: https://github.com/apache/superset/issues/15133#issuecomment-877155304
Just ran into similar issue due to the supersetNode.connections.db_pass still set to "superset" even if using postgresql.postgresqlPassword A workaround is to password the same password you set in postgresql.postgresqlPassword to supersetNode.connections.db_pass I've made a PR to use by default the postgresql values. This should still allow custom connections to an external postgres but not have to add duplicate values if using postgres within the same chart. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
