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
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/create-application.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,24 @@ toc: true
10
10
11
11
Codefresh provides all the options and functionality to create and manage Argo CD applications in the Codefresh UI.
12
12
* Create Argo CD applications that are fully GitOps compliant, from generating the application configuration manifest, committing it to Git, and syncing and deploying to the cluster.
13
-
Creating an application in Codefresh includes:
14
-
* Application definitions
13
+
Creating an application in Codefresh includes defining:
14
+
* Application name and location
15
15
* General configuration settings
16
16
* Advanced configuration settings
17
17
18
+
18
19
The Create application wizard guides you through the process of creating an application. For how-to information, see [Create an application](#create-an-application).
19
-
For example Argo CD applications, see this [repo](https://github.com/oleksandr-codefresh/argocd-example-apps){:target="_blank"}.
20
+
For example Argo CD applications, see this [repo](https://github.com/oleksandr-codefresh/argocd-example-apps){:target="_blank"}.
21
+
22
+
Remember you need a valid [Git Source]({{site.baseurl}}/docs/installation/gitops/git-sources/) to be able to create and commit a GitOps application.
23
+
20
24
21
-
* Edit and delete applications
22
-
Once the application is created and synced to the cluster, it is displayed in the GitOps Apps dashboard. Here, you can select an application to update the application's configuration settings, or delete it.
23
-
To monitor the health and sync status, deployments, and resources for the application, see [Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/).
25
+
* Monitor GitOps applications
26
+
After creating an application, and it is synced to the cluster, the application is displayed in the GitOps Apps dashboard. Here,
27
+
Here you can monitor its health and sync status, deployments, and resources. See [Monitoring GitOps applications]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/).
28
+
29
+
* Manage GitOps applications
30
+
You can also select an application and update the application's configuration settings, or delete it. For all available options, see [Managing GitOps applications]({{site.baseurl}}/docs/deployments/gitops/manage-application/).
24
31
25
32
## Application: Definitions
26
33
Application definitions include the name, runtime, and the name of the YAML manifest. By default, the YAML manifest has the same name as that of the application.
@@ -172,17 +179,18 @@ The tool used to create the application's manifests. Codefresh supports definin
172
179
For example applications, go to the [Argo CD example applications repo](https://github.com/argoproj/argocd-example-apps){:target="_blank"}.
173
180
174
181
175
-
<br />
182
+
<br>
176
183
177
184
## Create an application
178
185
Create a new application from the GitOps Apps dashboard with the Add Application wizard.
179
186
Edit the manifest directly in YAML mode, or define the settings in the Form mode. Toggle between the modes as convenient. You can also edit the YAML manifest directly at all stages, after defining configuration settings, and before the final commit.
180
187
181
188
**Before you begin**
189
+
* Make sure you have a valid [Git Source]({{site.baseurl}}/docs/installation/gitops/git-sources/)
0 commit comments