davidsharp7 commented on issue #50025:
URL: https://github.com/apache/airflow/issues/50025#issuecomment-2863831064
> > Quick fix is to use a pod mutation to add the security context to the
unit container. Define it in airflow_local_settings.py
>
> Thanks but it appears airflow local settings are not supported for 3.0
anymore. Furthermore, when I exec into the deployments (api-server, scheduler,
dag-processor) the airflow_local_settings.py are all empty and also in which of
those three would you place the pod mutation?
>
> ```
> # `airflow_local_settings` file as a string (templated).
> airflowLocalSettings: |-
> {{- if semverCompare ">=2.2.0 <3.0.0" .Values.airflowVersion }}
Ah ok we are using a slightly customised deployment. That being said airflow
local settings does work with airflow 3.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]