Skip to content

Commit

Permalink
Update 02-gitops-basics.adoc
Browse files Browse the repository at this point in the history
Fix my dumb typo
  • Loading branch information
gnunn1 authored Jan 7, 2025
1 parent e0e583c commit 465ed65
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/modules/ROOT/pages/02-gitops-basics.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ and break this down a bit:
[.console-input]
[source,bash,subs="attributes+,+macros"]
----
cat ./bgd-app.yaml
----
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-app.yaml[bgd-app.yaml,window="_blank"]
[source,yaml,subs="+macros,attributes+"]
----
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
Expand All @@ -172,12 +178,6 @@ spec:
prune: true
selfHeal: false
----
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-app.yaml[bgd-app.yaml,window="_blank"]
[source,yaml,subs="+macros,attributes+"]
----
include::ROOT:example$bgd-app.yaml[]
----
<1> The destination server is API endpoint for the cluster where Argo CD is
running -- in this case, using the locally-resolveable URL for the cluster
<2> Here you're installing the application in Argo CD's `default` project
Expand Down

0 comments on commit 465ed65

Please sign in to comment.