aneesh-joseph commented on a change in pull request #9371: URL: https://github.com/apache/airflow/pull/9371#discussion_r442809809
########## File path: chart/values.yaml ########## @@ -434,3 +434,34 @@ postgresql: enabled: true postgresqlPassword: postgres postgresqlUsername: postgres +# Git sync +gitSync: + enabled: true + persistence: + # Enable persistent volumes for storing synced dags + enabled: true + # Volume size for dags + size: 1Gi + # If using a custom storageClass, pass name here + storageClassName: + # git repo clone url + # ssh examples ssh://[email protected]/apache/airflow.git + # [email protected]:apache/airflow.git + # https example: https://github.com/apache/airflow.git + repo: https://github.com/apache/airflow.git + branch: v1-10-stable Review comment: cool, that would be awesome 👍 ---------------------------------------------------------------- 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]
