Use the native Argo CD dashboard to integrate code repositories and allocate repositories, enabling developer to manage GitOps applications throughout their entire lifecycle via a visual interface.
Follow these steps to utilize the features:
Connect Code Repository
Log in to Argo CD using the access URL.
Click on Settings in the left navigation bar.
Click on the REPO card.
Click CONNECT REPO in the upper left corner of the page.
Choose the method to connect the repository and fill in the corresponding parameters as needed.
Click CONNECT.
Associate Project
Click on Settings in the left navigation bar.
Click on the Projects card.
Click on the project where you need to create the GitOps application.
Note: Argo CD will automatically sync projects in the cluster, so there is no need to create them manually.
Click EDIT in the SOURCE REPOSITORIES section.
Click ADD SOURCE, enter the repository URL from the Connect Repository step, and associate it with the project.
Click SAVE.