When I try to enable GitSync to sync dags from private repo on Github using HTTPS , Username and PAT. it keeps synscing the whole repo , ignoring my subPath configuration and always create this folders in dags folder:

dags:
gitSync:
repo: "https://XXXXXXXXs"
subPath: "dags"
enabled: true
branch: "main"
credentialsSecret: git-credentials