Skip to content

Commit f5dc5c7

Browse files
authored
Merge pull request #42 from danielpenagos/fixes
minor fixes to the workshop
2 parents 862441b + 673b992 commit f5dc5c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/modules/ROOT/pages/03-kustomize.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Before proceeding, move back into the examples home directory:
388388
[.console-input]
389389
[source,bash,subs="attributes+,+macros"]
390390
----
391-
cd ~/openshift-gitops-workshop/content/modules/ROOT/examples
391+
cd ~/openshift-gitops-workshop/content/modules/ROOT/examples/bgdk/
392392
----
393393

394394
[#kustomized_application]
@@ -403,7 +403,7 @@ Take a look at this `Application` definition:
403403
[.console-input]
404404
[source,bash,subs="attributes+,+macros"]
405405
----
406-
cat ./bgdk-app.yaml
406+
cat ../bgdk-app.yaml
407407
----
408408

409409
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgdk-app.yaml[bgdk-app.yaml,window='_blank']

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ as a directory called templates. Let's have a look at these in more detail.
7171
[.console-input]
7272
[source,bash,subs="attributes+,+macros"]
7373
----
74-
cat ./chart.yaml
74+
cat ./Chart.yaml
7575
----
7676

7777
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-helm-chart/Chart.yaml[Chart.yaml,window='_blank']

0 commit comments

Comments
 (0)