Skip to content

Commit 5359a23

Browse files
authored
Update gitops.adoc
1 parent e27d718 commit 5359a23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

workshop/content/gitops.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,17 @@ 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-
|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`.
121-
|*NORTH AMERICA*|Select *us-west-1* or *us-west-2*
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`.
121+
|*Labels*|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.*
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

127127

128128

129-
== Labels
130-
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.
129+
==
130+
131131

132132
== Status
133133
The status of an application in ArgoCD shows whether it is healthy and synced with its desired state. A healthy application is one that has all its resources up and running, while a synced application is one where the actual state matches the desired state. In this case, the application is healthy and synced.

0 commit comments

Comments
 (0)