File tree Expand file tree Collapse file tree 1 file changed +45
-45
lines changed Expand file tree Collapse file tree 1 file changed +45
-45
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ metadata:
13
13
spec :
14
14
entrypoint : main
15
15
templates :
16
- - name : main
17
- plugin :
18
- argocd :
19
- actions :
20
- - - app :
21
- sync :
22
- apps :
23
- - name : guestbook
24
- - name : guestbook-backend
16
+ - name : main
17
+ plugin :
18
+ argocd :
19
+ actions :
20
+ - - app :
21
+ sync :
22
+ apps :
23
+ - name : guestbook-frontend
24
+ - name : guestbook-backend
25
25
` ` `
26
26
27
27
## Getting Started
@@ -80,18 +80,18 @@ metadata:
80
80
spec:
81
81
entrypoint: main
82
82
templates:
83
- - name: main
84
- plugin:
85
- argocd:
86
- actions:
87
- - - app:
88
- sync:
89
- apps:
90
- - name: guestbook-backend
91
- - - app:
92
- sync:
93
- apps:
94
- - name: guestbook-frontend
83
+ - name: main
84
+ plugin:
85
+ argocd:
86
+ actions:
87
+ - - app:
88
+ sync:
89
+ apps:
90
+ - name: guestbook-backend
91
+ - - app:
92
+ sync:
93
+ apps:
94
+ - name: guestbook-frontend
95
95
` ` `
96
96
97
97
# ## Setting sync options
@@ -102,19 +102,19 @@ kind: Workflow
102
102
metadata:
103
103
generateName: argocd-options-example-
104
104
spec:
105
- entrypoint: main
106
- templates:
107
- - name: main
108
- plugin:
109
- argocd:
110
- actions:
111
- - - app:
112
- sync:
113
- apps:
114
- - name: guestbook-backend
115
- options:
116
- - ServerSideApply=true
117
- - Validate=true
105
+ entrypoint: main
106
+ templates:
107
+ - name: main
108
+ plugin:
109
+ argocd:
110
+ actions:
111
+ - - app:
112
+ sync:
113
+ apps:
114
+ - name: guestbook-backend
115
+ options:
116
+ - ServerSideApply=true
117
+ - Validate=true
118
118
` ` `
119
119
120
120
# ## Setting a timeout
@@ -127,17 +127,17 @@ kind: Workflow
127
127
metadata:
128
128
generateName: argocd-timeout-example-
129
129
spec:
130
- entrypoint: main
131
- templates:
132
- - name: main
133
- plugin:
134
- argocd:
135
- actions:
136
- - - app:
137
- sync:
138
- apps:
139
- - name: guestbook-backend
140
- timeout: 30s
130
+ entrypoint: main
131
+ templates:
132
+ - name: main
133
+ plugin:
134
+ argocd:
135
+ actions:
136
+ - - app:
137
+ sync:
138
+ apps:
139
+ - name: guestbook-backend
140
+ timeout: 30s
141
141
` ` `
142
142
143
143
# # Contributing
You can’t perform that action at this time.
0 commit comments