aneesh-joseph edited a comment on pull request #8777:
URL: https://github.com/apache/airflow/pull/8777#issuecomment-648229681
@Siddharthk , for `3`, I added the below config to the `airflow.cfg`
`kubernetes` section of the configmap
```
run_as_user = {{ .Values.uid }}
fs_group = {{ .Values.gid }}
```
so that it runs as the correct airflow user
Have added this to the config map in a
[PR](https://github.com/apache/airflow/pull/9371)
----------------------------------------------------------------
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]