Hi users@,
I'm trying to configure the Helm Chart [0] with LDAP authentication.
Does anyone know how I can add the ldap packages equivalent to executing the
pip command below?
pip install 'apache-airflow[ldap]'
Do I need to build my own docker image FROM apache/airflow:${tag} and then
overwrite the airflow image definition in values.yaml [1]?
Again, if someone has the answer to this one, I will update the documentation
as right now this is non intuitive.
Thank you
lewismc
[0] https://github.com/apache/airflow/tree/master/chart
[1] https://github.com/apache/airflow/blob/master/chart/values.yaml#L122-L125