dimberman commented on a change in pull request #9371: URL: https://github.com/apache/airflow/pull/9371#discussion_r442345882
########## File path: chart/values.yaml ########## @@ -434,3 +434,23 @@ postgresql: enabled: true postgresqlPassword: postgres postgresqlUsername: postgres +# Git sync +gitSync: + enabled: true + # ssh example ssh://[email protected]/aneesh-joseph/dags-repo.git + # ssh example: [email protected]:aneesh-joseph/dags-repo.git + # https example: https://github.com/aneesh-joseph/dags-repo.git + #TODO Change the URLs used for testing + repo: https://github.com/aneesh-joseph/dags-repo.git Review comment: Please change this to the apache project. ---------------------------------------------------------------- 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: [email protected]
