GitHub user bxsx deleted a comment on the discussion: Does Redis auth works through envFromSecret ?
Hi @YhebBOUSSELMI No need to patch anything in your case. You just need to set a dummy password in your values.yaml, for example: `supersetNode.connections.redis_password = dummy-password`. This will make the condition in the template evaluate to `true`, and the password from your secret will be correctly picked up and used. Cheers! GitHub link: https://github.com/apache/superset/discussions/25240#discussioncomment-15090866 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
