This article will introduce the complete process of creating an Argo CD Application through the web console's GitOps Applications, allowing for GitOps management of the application.
Follow these steps to utilize the features:
If you do not see Integrated Code Repository in the Create GitOps Applications details page, you can integrate the code repository first:
If you don't have an available code repository, you can use the demo repository for demonstration purposes.
Repository URL: https://github.com/argoproj/argocd-example-apps.git
Description: This repository contains example applications that can be used to demonstrate and test Argo CD functionalities.
Container Platform, click on GitOps Applications.
Click on Create GitOps Application.
In the Basic Info and Code Repository sections, configure the relevant information as per the instructions below.
Parameter | Input Content |
---|---|
Type | Application |
Source | Argo CD Integration |
Integrated Project Name | argocd-example-apps |
Version Identifier | Branch master |
Source File Type | Helm |
Source File Directory | helm-guestbook |
Custom Values | values.yaml |
In the Distribution, use the platform's recommended Namespace, or select another namespace.
Set the synchronization policy to Manually Sync by default.
Click on Create.