Skip to content

Commit 6d6973b

Browse files
authored
Update create-application.md (#811)
* Update create-application.md Added note on git source requirements to create apps * Update create-application.md
1 parent 84b1909 commit 6d6973b

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

_docs/deployments/gitops/create-application.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,24 @@ toc: true
1010

1111
Codefresh provides all the options and functionality to create and manage Argo CD applications in the Codefresh UI.
1212
* 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
1515
* General configuration settings
1616
* Advanced configuration settings
1717

18+
1819
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+
2024

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/).
2431

2532
## Application: Definitions
2633
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
172179
For example applications, go to the [Argo CD example applications repo](https://github.com/argoproj/argocd-example-apps){:target="_blank"}.
173180

174181

175-
<br />
182+
<br>
176183

177184
## Create an application
178185
Create a new application from the GitOps Apps dashboard with the Add Application wizard.
179186
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.
180187

181188
**Before you begin**
189+
* Make sure you have a valid [Git Source]({{site.baseurl}}/docs/installation/gitops/git-sources/)
182190

183-
Review:
184-
[General configuration](#application-general-configuration-settings)
185-
[Advanced configuration](#application-advanced-configuration-settings)
191+
* Review:
192+
[General configuration](#application-general-configuration-settings)
193+
[Advanced configuration](#application-advanced-configuration-settings)
186194

187195

188196
**How to**

0 commit comments

Comments
 (0)