Skip to content

Commit 723a2bb

Browse files
committed
Fix repo reference
1 parent ed99736 commit 723a2bb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

content/modules/ROOT/examples/app-of-apps/coolstore-app-of-apps.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ metadata:
44
name: coolstore
55
namespace: %USER%-argocd
66
finalizers:
7-
# The default behaviour is foreground cascading deletion
8-
- resources-finalizer.argocd.argoproj.io
7+
- resources-finalizer.argocd.argoproj.io/foreground
98
spec:
109
destination:
1110
namespace: %USER%-argocd
1211
name: in-cluster
1312
project: workshop
1413
source:
1514
path: content/modules/ROOT/examples/app-of-apps/base
16-
repoURL: https://github.com/OpenShiftDemos/advanced-gitops-workshop.git
15+
repoURL: https://github.com/OpenShiftDemos/advanced-gitops-workshop
1716
targetRevision: HEAD
1817
kustomize:
1918
patches:

content/modules/ROOT/pages/04-applicationsets.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ Proceed to deploy the app-of-apps Application:
7474
sed "s/%USER%/{user}/" ~/workshop/content/modules/ROOT/examples/app-of-apps/coolstore-app-of-apps.yaml | oc apply -n {user}-argocd -f -
7575
----
7676
77-
77+
[.console-output]
78+
[source,bash,subs="attributes+,+macros"]
79+
----
80+
application.argoproj.io/coolstore created
81+
----
7882
7983
== Static Generation with List Generator
8084

0 commit comments

Comments
 (0)