GitHub user vasylherman added a comment to the discussion: Cannot connect to
redis://:**@airflow-redis:6379/0: invalid username-password pair or user is
disabled..
Just in case you still have this issue.
Setting redis password in values and redeploying airflow helped
```
redis:
password: your-super-secret
```
important side note: if you plan using argo also set
```
createUserJob:
useHelmHooks: false
applyCustomEnv: false
jobAnnotations:
"argocd.argoproj.io/hook": PostSync
"argocd.argoproj.io/hook-delete-policy": HookSucceeded
migrateDatabaseJob:
useHelmHooks: false
applyCustomEnv: false
jobAnnotations:
"argocd.argoproj.io/hook": Sync
useStandardNaming: true
```
GitHub link:
https://github.com/apache/airflow/discussions/34562#discussioncomment-14139868
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]