File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
content/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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+ ----
157163apiVersion: argoproj.io/v1alpha1
158164kind: Application
159165metadata:
@@ -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
You can’t perform that action at this time.
0 commit comments