Skip to content

Commit

Permalink
Use git-revision variable and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 22, 2024
1 parent 89e1217 commit 7db8fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/modules/ROOT/pages/02-workshop-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
name: cluster
namespace: openshift-gitopss
namespace: openshift-gitops

[NOTE]
Argo Rollouts can be deployed as either a namespace or cluster scope. It has been provisioned here as cluster
Expand Down Expand Up @@ -75,7 +75,7 @@ deploy various versions of the application as you progress through the workshop:
[.console-input]
[source,bash,subs="attributes+,+macros"]
----
git clone -b production --single-branch https://github.com/OpenShiftDemos/argo-rollouts-workshop ~/argo-rollouts-workshop
git clone -b {gitops_revision} --single-branch https://github.com/OpenShiftDemos/argo-rollouts-workshop ~/argo-rollouts-workshop
----

[NOTE]
Expand Down

0 comments on commit 7db8fb3

Please sign in to comment.