diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index f08c58f..8761b33 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -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