Creating an Argo CD Application via the web console

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.

Use Cases

  • Create a SpringBoot Argo CD Application using the web console to experience the complete process of managing applications through GitOps.

Prerequisites

Procedure

Follow these steps to utilize the features:

Code Repository Configuration

If you do not see Integrated Code Repository in the Create GitOps Applications details page, you can integrate the code repository first:

INFO

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.

Create Argo CD Application by using GitOps Applications

  1. Container Platform, click on GitOps Applications.

  2. Click on Create GitOps Application.

  3. In the Basic Info and Code Repository sections, configure the relevant information as per the instructions below.

ParameterInput Content
TypeApplication
SourceArgo CD Integration
Integrated Project Nameargocd-example-apps
Version IdentifierBranch
master
Source File TypeHelm
Source File Directoryhelm-guestbook
Custom Valuesvalues.yaml
  1. In the Distribution, use the platform's recommended Namespace, or select another namespace.

  2. Set the synchronization policy to Manually Sync by default.

  3. Click on Create.