You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/05/13 18:50:59 UTC

incubator-airflow git commit: [AIRFLOW-2453] Add default nil value for kubernetes/git_subpath

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 3ac97fd80 -> a92330e4f


[AIRFLOW-2453] Add default nil value for kubernetes/git_subpath

Closes #3350 from ese/gitsubpath


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/a92330e4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/a92330e4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/a92330e4

Branch: refs/heads/master
Commit: a92330e4fafaeeb9a06f4fe18412cf67da0db8b5
Parents: 3ac97fd
Author: Sergio Ballesteros <sn...@locolandia.net>
Authored: Sun May 13 20:50:54 2018 +0200
Committer: Fokko Driesprong <fo...@godatadriven.com>
Committed: Sun May 13 20:50:54 2018 +0200

----------------------------------------------------------------------
 airflow/config_templates/default_airflow.cfg | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/a92330e4/airflow/config_templates/default_airflow.cfg
----------------------------------------------------------------------
diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg
index d2e77a7..b07f1f6 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -540,6 +540,7 @@ git_repo =
 git_branch =
 git_user =
 git_password =
+git_subpath =
 
 # For cloning DAGs from git repositories into volumes: https://github.com/kubernetes/git-sync
 git_sync_container_repository = gcr.io/google-containers/git-sync-amd64