Kristof-Mattei removed a comment on issue #10027: URL: https://github.com/apache/airflow/issues/10027#issuecomment-665981521
No, that's correct! But I'm advocating for the example here: https://airflow.apache.org/docs/stable/configurations-ref.html#airflow-local-settings-configmap Where it states: ``` --- apiVersion: v1 kind: ConfigMap metadata: name: airflow-configmap data: airflow_local_settings.py: | def pod_mutation_hook(pod): ... airflow.cfg: | ... ``` to be removed, as using `AIRFLOW__KUBERNETES__AIRFLOW_LOCAL_SETTINGS_CONFIGMAP` to inject `airflow_local_settings.py` into the created pod to then mutate it is not possible! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
