Skip to content

Commit e27d718

Browse files
authored
Update gitops.adoc
1 parent 7daccc2 commit e27d718

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

workshop/content/gitops.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,14 @@ image::images/pipelines-deployed.png[]
117117
Let's examine each of the descriptions of the recently deployed application to gain a better understanding of ArgoCD and the application we just added. The pipelines app has several descriptions that we will review.
118118

119119
|===
120-
|Your Location | AWS Region to select
120+
|Project | The project is the top-level organizational unit within ArgoCD. It is used to group applications and manage their access control. The default project is the default location where applications are placed when created. You can create multiple projects and specify the project where you want to place an application during creation. In this specific application we made the project `default`.
121121
|*NORTH AMERICA*|Select *us-west-1* or *us-west-2*
122122

123123
|*EUROPE / EMEA*|Select *eu-west-2* or *eu-west-3*
124124
|*ASIA PACIFIC*|Select *ap-southeast-2* or *ap-northeast-2* or *ap-east-1*
125125
|===
126126

127-
== Project
128-
The project is the top-level organizational unit within ArgoCD. It is used to group applications and manage their access control. The default project is the default location where applications are placed when created. You can create multiple projects and specify the project where you want to place an application during creation. In this specific application we made the project `default`.
127+
129128

130129
== Labels
131130
Labels are key-value pairs that provide metadata about an application. They are used to organize and group applications based on specific criteria. In this case, no labels are specified for the application.

0 commit comments

Comments
 (0)