Anyone using
https://github.com/airflow-helm/charts/ to install airflow? Despite having specified postgres as the db to use and verifying that env vars are being set correctly, my pods are crashing with
airflow.exceptions.AirflowConfigException: error: cannot use sqlite with the CeleryExecutorI can't figure out why it's trying to use sqlite when I've specified postgres as the db to use. Any ideas?