Hi dev@, We have been customizing the Helm Chart values.yaml file and deploying to K8s without any issues prior to 2.1.1.
% cd $AIRFLOW_HOME/chart % helm install airflow . -n airflow-test Now it appears that the deployment logic has to also accommodate installation of the Bitnami PostgreSQL Helm Chart as well... % helm repo add bitnami https://charts.bitnami.com/bitnami % helm dependency build % helm install airflow . -n airflow-test I think the above should be documented as it appears to be a regression. Thanks for any comments. lewismc
