Skip to content

Commit 89c6352

Browse files
committed
Fix appset
1 parent 1c741bd commit 89c6352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/modules/ROOT/examples/applicationsets/coolstore-list-appset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
destination:
2323
namespace: $USER-{{.environment}}
2424
name: in-cluster
25-
project: $USER
25+
project: workshop
2626
source:
2727
path: content/modules/ROOT/examples/coolstore/overlays/{{.environment}}
2828
repoURL: https://github.com/OpenShiftDemos/advanced-gitops-workshop

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Deploy the ApplicationSet using the following command:
141141
[.console-input]
142142
[source,sh,subs="attributes",role=execute]
143143
----
144-
sed 's/$USER/{user}/' ~/workshop/content/modules/ROOT/examples/applicationsets/coolstore-list-appset.yaml | sed 's/$SUBDOMAIN/{subdomain}/' | oc apply -f - -n {user}-argocd
144+
sed 's/$USER/{user}/' ~/workshop/content/modules/ROOT/examples/applicationsets/coolstore-list-appset.yaml | oc apply -n {user}-argocd -f -
145145
----
146146

147147
Next have a look at the ApplicationSet that was deployed with this command:

0 commit comments

Comments
 (0)