You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see ApplicationSets provide an easy way to generate Application objects statically but now let's have a look
227
227
where they really shine, dynamic generation based on external sources.
228
228
229
-
Delete the ApplicationSet before continuting to the next section:
230
-
231
-
[.console-input]
232
-
[source,sh,subs="attributes",role=execute]
233
-
----
234
-
oc delete appset coolstore -n {user}-argocd
235
-
----
236
-
237
-
[NOTE]
238
-
It may take a minute or two for it to delete as it deletes the entire chain of applications and resources, be patient.
239
-
240
229
== Dynamic Generation with git Generator
241
230
242
231
A common pattern when deploying an application with kustomize with multiple environments is to have a repository that contains the following structure:
@@ -252,7 +241,7 @@ You can view this structure in your cloned repository:
0 commit comments