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 2019/06/28 12:59:16 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5494: [AIRFLOW-4856] change hard coded run_as_user to an option in config file

ashb commented on a change in pull request #5494: [AIRFLOW-4856] change hard coded run_as_user to an option in config file
URL: https://github.com/apache/airflow/pull/5494#discussion_r298582895
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -675,6 +675,7 @@ git_ssh_known_hosts_configmap_name =
 git_sync_container_repository = k8s.gcr.io/git-sync
 git_sync_container_tag = v3.1.1
 git_sync_init_container_name = git-sync-clone
+git_sync_run_as_user =
 
 Review comment:
   This should stay as the default of 65533 - I don't think it is optional. By specifying a default here we don't need to handle the case when it's not set which makes this change easier.

----------------------------------------------------------------
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


With regards,
Apache Git Services