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
@@ -94,6 +102,16 @@ In this section we have seen how we can use App-of-Apps to deploy multiple Appli
94
102
Applications is static, what if we want to create Applications dynamically based on external sources? This is where
95
103
ApplicationSets come into play.
96
104
105
+
Delete the Application:
106
+
107
+
[.console-input]
108
+
[source,yaml,subs="attributes",role=execute]
109
+
----
110
+
delete app coolstore -n {user}-argocd
111
+
----
112
+
113
+
Wait for all of the Applications to be removed from the Argo CD UI.
114
+
97
115
== ApplicationSets
98
116
99
117
As we saw previously, there are often situations where you want to deploy or generate multiple versions of the same Application with variations. These variations can be static,
0 commit comments