fix: use gitea internal url for gitsync

This commit is contained in:
2026-06-18 01:28:40 +02:00
parent b453b7f758
commit c8bb3be294
+1 -1
View File
@@ -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