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 2021/05/15 01:04:52 UTC

[GitHub] [airflow] bpleines commented on issue #11789: KubernetesExecutor git-sync example

bpleines commented on issue #11789:
URL: https://github.com/apache/airflow/issues/11789#issuecomment-841575921


   @jedcunningham, `master` still uses a [template](https://github.com/astronomer/airflow/blob/master/airflow/kubernetes/pod_template_file_examples/git_sync_template.yaml) with git-sync environment variables that make sense for a sidecar container as opposed to an initContainer. 
   
   `GIT_SYNC_WAIT` is the interval between syncs. `airflow-worker` pods should only sync DAGs once and exit, so `GIT_SYNC_ONE_TIME` should be used instead.


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