From 7db8fb374f53542d76868a7c6cc6eb5991722f1c Mon Sep 17 00:00:00 2001 From: Gerald Nunn Date: Tue, 22 Oct 2024 15:12:13 -0700 Subject: [PATCH] Use git-revision variable and fix typo --- content/modules/ROOT/pages/02-workshop-overview.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/modules/ROOT/pages/02-workshop-overview.adoc b/content/modules/ROOT/pages/02-workshop-overview.adoc index 759ad46..ddef472 100644 --- a/content/modules/ROOT/pages/02-workshop-overview.adoc +++ b/content/modules/ROOT/pages/02-workshop-overview.adoc @@ -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 @@ -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]