Skip to content

Airflow redis db number

Mayank Saggar [Microsoft] requested to merge airflow-redis-db-number into master

Adding redis database number to the airflow helm config, in accordance with the db number given in redis configmap at redis-map.yaml

The airflow deployment by default uses dbnum 1 as redis database number in case of external redis. The change, specifies the dbnum so that in future if dbnum allocated to airflow changes in redis configmap the change is also reflected here.

Edited by Mayank Saggar [Microsoft]

Merge request reports