elyzov opened a new issue #16246: URL: https://github.com/apache/superset/issues/16246
I've set **REDIS_PASSWORD** environment variable, but celery worker can't connect to redis, as the [password not set](https://github.com/apache/superset/blob/master/helm/superset/templates/_helpers.tpl#L82) in connection string. ### Expected results **REDIS_PASSWORD** environment variable is used in all redis configs. ### Actual results **REDIS_PASSWORD** environment variable is used [only in cache configuration](https://github.com/apache/superset/blob/master/helm/superset/templates/_helpers.tpl#L66). #### How to reproduce the bug 1. Deploy redis with password. 2. Set **REDIS_PASSWORD** environment variable. 3. Deploy superset via helm chart. 4. See errors in worker logs. ### Environment (please complete the following information): - superset version: `1.2.0` - helm chart version: `0.3.5` ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- 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]
