Cplo removed a comment on issue #3519: [AIRFLOW-2642] fix wrong value git-sync 
initcontainer env GIT_SYNC_ROOT
URL: 
https://github.com/apache/incubator-airflow/pull/3519#issuecomment-436117076
 
 
   I have run it in our kubernetes environment and it is very stable. My 
configuration is as follows
   `
       [kubernetes]
       airflow_configmap = airflow-configmap
       git_repo = https://code.devops.xiaohongshu.com/devops/Airflow-DAGs.git
       git_branch = prod
       git_subpath =
       git_user = pengchen
       git_password = 283049lo
       # dags_volume_claim = airflow-dags
       # dags_volume_subpath =
       logs_volume_claim = airflow
       logs_volume_subpath =
       in_cluster = True
       namespace = airflow
       gcp_service_account_keys =
   
       # For cloning DAGs from git repositories into volumes: 
https://github.com/kubernetes/git-sync
       git_sync_container_repository = 
docker-reg.devops.xiaohongshu.com/library/git-sync-amd64
       git_sync_container_tag = v2.0.5
       git_sync_init_container_name = git-sync-clone
       delete_worker_pods = true
       image_pull_secrets = xhs-docker-registry
       worker_container_image_pull_policy = Always
       worker_container_repository = 
docker-reg.devops.xiaohongshu.com/library/airflow
       worker_container_tag = master-ce8b0fe5`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to