Skip to content

Commit e0e583c

Browse files
authored
Update 02-gitops-basics.adoc
Bring back application, forgot we numbered items for explanation. Updated to reference main branch
1 parent e287a29 commit e0e583c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,23 @@ and break this down a bit:
154154
[.console-input]
155155
[source,bash,subs="attributes+,+macros"]
156156
----
157-
cat ./bgd-app.yaml
157+
apiVersion: argoproj.io/v1alpha1
158+
kind: Application
159+
metadata:
160+
name: bgd-app
161+
spec:
162+
destination:
163+
namespace: {user}-bgd
164+
server: https://kubernetes.default.svc <1>
165+
project: default <2>
166+
source: <3>
167+
path: documentation/modules/ROOT/examples/bgd
168+
repoURL: https://github.com/OpenShiftDemos/openshift-gitops-workshop
169+
targetRevision: main
170+
syncPolicy: <4>
171+
automated:
172+
prune: true
173+
selfHeal: false
158174
----
159175
160176
.link:https://github.com/OpenShiftDemos/openshift-gitops-workshop/blob/{gitops_revision}/content/modules/ROOT/examples/bgd-app.yaml[bgd-app.yaml,window="_blank"]

0 commit comments

Comments
 (0)