fix: use gitea internal url for gitsync
This commit is contained in:
@@ -3,7 +3,7 @@ executor: KubernetesExecutor
|
||||
dags:
|
||||
gitSync:
|
||||
enabled: true
|
||||
repo: git@github.com:idirbfs/dags.git
|
||||
repo: ssh://git@gitea-ssh-svc.gitea.svc.cluster.local:22/mbelfares/airflow-dags.git
|
||||
branch: main
|
||||
rev: HEAD
|
||||
depth: 1
|
||||
|
||||
Reference in New Issue
Block a user