kimminw00 opened a new pull request, #37661:
URL: https://github.com/apache/airflow/pull/37661

   I would like to propose allowing template values to git-sync repo url.
   
   Why is it needed?
   Let's assume that we're providing airflow service to multiple teams.
   By creating git-sync repo urls using <code>{{ .Release.Namespace }}</code> 
or <code>{{ .Release.Name }}</code>,
   there is no need to create multiple values ​​files to store different 
hostnames ​​for each team.
   
   Usage
   ```yaml
   dags:
     gitSync:
       enabled: true
   
       # git repo clone url (can be templated)
       repo: https://github.com/{{ .Release.Namespace }}/airflow-dags.git
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to