Skip to content

Commit 0ab12af

Browse files
committed
Fix project field
1 parent dc92f9a commit 0ab12af

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
destination:
2323
name: in-cluster
2424
namespace: '{{ .values.user }}-{{.path.basename}}'
25-
project: '{{ .values.user }}'
25+
project: workshop
2626
source:
2727
path: '{{.path.path}}'
2828
repoURL: https://github.com/OpenShiftDemos/advanced-gitops-workshop

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ A common pattern when deploying an application with kustomize with multiple envi
236236
** *stage*: specific values that will override the ones in the base for the "stage" environment
237237
** *prod*: specific values that will override the ones in the base for the "prod" environment
238238

239-
You can view this structure in your cloned repository:
239+
We will be deploying the web frontend for the backend we deployed in the previous section, view the
240+
structure in the cloned repository:
240241

241242
[.console-input]
242243
[source,sh,subs="attributes",role=execute]
@@ -247,10 +248,12 @@ find ~/workshop/content/modules/ROOT/examples/coolstore-web -print | sort|sed -e
247248
[.console-output]
248249
[source,bash,subs="attributes+,+macros"]
249250
----
250-
| | | | | | | |--coolstore
251+
| | | | | | | |--coolstore-web
251252
| | | | | | | | |--base
252-
| | | | | | | | | |--coolstore.yaml
253253
| | | | | | | | | |--kustomization.yaml
254+
| | | | | | | | | |--web-deploy.yaml
255+
| | | | | | | | | |--web-route.yaml
256+
| | | | | | | | | |--web-svc.yaml
254257
| | | | | | | | |--overlays
255258
| | | | | | | | | |--dev
256259
| | | | | | | | | | |--kustomization.yaml

0 commit comments

Comments
 (0)