From d0ecba89bb39ef9443418fb21cdc226418d7deb0 Mon Sep 17 00:00:00 2001 From: Josh Newsome <50967636+jnewsome97@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:09:04 -0400 Subject: [PATCH] Update gitops.adoc --- workshop/content/gitops.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/content/gitops.adoc b/workshop/content/gitops.adoc index c3a8fc37..91797b9d 100644 --- a/workshop/content/gitops.adoc +++ b/workshop/content/gitops.adoc @@ -114,7 +114,7 @@ your brand new app pop up on the ArgoCD dashboard. image::images/pipelines-deployed.png[] -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. +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: |=== |*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`.