fix: use gitea internal url for gitsync
This commit is contained in:
@@ -3,7 +3,7 @@ executor: KubernetesExecutor
|
|||||||
dags:
|
dags:
|
||||||
gitSync:
|
gitSync:
|
||||||
enabled: true
|
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
|
branch: main
|
||||||
rev: HEAD
|
rev: HEAD
|
||||||
depth: 1
|
depth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user