dimberman commented on a change in pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync URL: https://github.com/apache/incubator-airflow/pull/3770#discussion_r219552827
########## File path: airflow/config_templates/default_airflow.cfg ########## @@ -593,12 +592,24 @@ logs_volume_subpath = # A shared volume claim for the logs logs_volume_claim = +# For DAGs mounted via a hostPath volume (mutually exclusive with volume claim and git-sync) +dags_volume_host = Review comment: Is there much desire for people to use hostpaths? I've always been under the impression that the hostpath volume mount is somewhat discouraged in the k8s world (especially with the recent advancements in statefulsets) ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
