You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/23 15:15:20 UTC

[GitHub] [airflow] aneesh-joseph commented on pull request #8777: Add Production Helm chart support

aneesh-joseph commented 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
   


----------------------------------------------------------------
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:
users@infra.apache.org