Skip to content

Commit 465ed65

Browse files
authored
Update 02-gitops-basics.adoc
Fix my dumb typo
1 parent e0e583c commit 465ed65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/modules/ROOT/pages/02-gitops-basics.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ and break this down a bit:
154154
[.console-input]
155155
[source,bash,subs="attributes+,+macros"]
156156
----
157+
cat ./bgd-app.yaml
158+
----
159+
160+
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-app.yaml[bgd-app.yaml,window="_blank"]
161+
[source,yaml,subs="+macros,attributes+"]
162+
----
157163
apiVersion: argoproj.io/v1alpha1
158164
kind: Application
159165
metadata:
@@ -172,12 +178,6 @@ spec:
172178
prune: true
173179
selfHeal: false
174180
----
175-
176-
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-app.yaml[bgd-app.yaml,window="_blank"]
177-
[source,yaml,subs="+macros,attributes+"]
178-
----
179-
include::ROOT:example$bgd-app.yaml[]
180-
----
181181
<1> The destination server is API endpoint for the cluster where Argo CD is
182182
running -- in this case, using the locally-resolveable URL for the cluster
183183
<2> Here you're installing the application in Argo CD's `default` project

0 commit comments

Comments
 (0)