Skip to content

Commit

Permalink
Merge pull request #15 from rbaumgar/patch-1
Browse files Browse the repository at this point in the history
replace typo in the head line
  • Loading branch information
blues-man authored Jul 11, 2023
2 parents 1a2312d + 088f749 commit a5b6f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/m1/pages/inner-outer.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VWorkshop Overview - Inner & Outer Loop
# Workshop Overview - Inner & Outer Loop

To understand the flow of the lab, let's learn a bit about the inner and outer loop of development. This is a critical part of a developer's workflow when using the various technologies in this workshop. The development cycle is typically organized in two loops, one closer to the developer's inner loop; where you code, test, and debug iteratively, and one further away, the outer loop; where your code runs inside a container image you have to build, push and deploy.

Expand Down Expand Up @@ -40,4 +40,4 @@ image::argocd-app-details-2.png[Argo CD App Details]

## Next Steps

Great! Now that we understand the role of the inner and outer loop, we can begin to look at the OpenShift cluster we're using. This includes understanding the operators used (such as OpenShift GitOps and Dev Spaces) and the Git repositories.
Great! Now that we understand the role of the inner and outer loop, we can begin to look at the OpenShift cluster we're using. This includes understanding the operators used (such as OpenShift GitOps and Dev Spaces) and the Git repositories.

0 comments on commit a5b6f2e

Please sign in to comment.