Managing Git Repositories
ArgoCD supports connecting your pubic or private Git repositories to deploy your applications. Review the ArgoCD documentation noted on the ArgoCD Private Repositories page to learn more about repository management in ArgoCD.
ArgoCD needs to be able to connect to the repository endpoint, if your repository is on a private network ArgoCD will need to be added to an "Allow-List".
Connecting Repositories
To connect a repository, navigate to Settings → Repositories.


On the Repositories dashboard, click the “_+CONNECT REPO USING HTTPS_” button.

Within the slide-out menu, enter the type of repository, the ArgoCD project that it will be associated with, and the accessible URL for the repository. If the repository is secured with a username and password/token, provide that information before clicking “_CONNECT_”. Once that info is added, click the 'CONNECT' button. Once connected, the Repositories dashboard will show the Repo along with the connection status.
