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:
154
154
[.console-input]
155
155
[source,bash,subs="attributes+,+macros"]
156
156
----
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
+ ----
157
163
apiVersion: argoproj.io/v1alpha1
158
164
kind: Application
159
165
metadata:
@@ -172,12 +178,6 @@ spec:
172
178
prune: true
173
179
selfHeal: false
174
180
----
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
- ----
181
181
<1> The destination server is API endpoint for the cluster where Argo CD is
182
182
running -- in this case, using the locally-resolveable URL for the cluster
183
183
<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