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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Codefresh provides all the options and functionality to create and manage Argo C
19
19
For example Argo CD applications, see this[repo](https://github.com/oleksandr-codefresh/argocd-example-apps){:target="_blank"}.
20
20
21
21
* Edit and delete applications
22
-
Once the application is created and synced to the cluster, it is displayed in theApplications dashboard. Here, you can select an application to update the application's configuration settings, or delete it.
22
+
Once the application is created and synced to the cluster, it is displayed in theGitOps Apps dashboard. Here, you can select an application to update the application's configuration settings, or delete it.
23
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/).
24
24
25
25
##Application: Definitions
@@ -139,7 +139,7 @@ For example applications, go to the [Argo CD example applications repo](https://
139
139
<br />
140
140
141
141
##Create an application
142
-
Create a new application from theApplications dashboard with the Add Application wizard.
142
+
Create a new application from theGitOps Apps dashboard with the Add Application wizard.
143
143
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.
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/install-argo-rollouts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ toc: true
7
7
---
8
8
9
9
10
-
Install Argo Rollouts on managed clusters with a single click. With Argo Rollouts installed on your cluster, you can visualize rollout progress for deployed applications in the[Applications dashboard]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#rollout-progress-visualization).
10
+
Install Argo Rollouts on managed clusters with a single click. With Argo Rollouts installed on your cluster, you can visualize rollout progress for deployed applications in the[GitOps Apps dashboard]({{site.baseurl}}/docs/deployments/gitops/applications-dashboard/#rollout-progress-visualization).
11
11
If Argo Rollouts has not been installed, an**Install Argo Rollouts** button is displayed on selecting the managed cluster.
12
12
13
13
1. In the Codefresh UI, from the toolbar click the**Settings** icon.
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/manage-application.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Application creation and deployment is one part of the continuous deployment/del
26
26
27
27
28
28
###Edit application definitions
29
-
Update General or Advanced configuration settings for a deployed application through the Configuration tab. Once the application is deployed to the cluster, the Configuration tab is available on selecting the application in theApplications dashboard.
29
+
Update General or Advanced configuration settings for a deployed application through the Configuration tab. Once the application is deployed to the cluster, the Configuration tab is available on selecting the application in theGitOps Apps dashboard.
30
30
31
31
>You cannot change application definitions (the application name and the selected runtime), and the Git Source selected for the application.
32
32
@@ -67,7 +67,7 @@ Update General or Advanced configuration settings for a deployed application thr
67
67
{:start="4"}
68
68
1. Do one of the following:
69
69
* To_commit all changes_, click**Commit**. This final commit screen is displayed with a diff view of the changes.
70
-
* To_undo all changes_ and return to the previous settings, click**Discard Changes**. This action removes all the changes you have made so far and returns you to theApplications dashboard.
70
+
* To_undo all changes_ and return to the previous settings, click**Discard Changes**. This action removes all the changes you have made so far and returns you to theGitOps Apps dashboard.
71
71
72
72
>If you change settings and then restore existing values for the same, Codefresh automatically removes the Commit and Discard Changes buttons as there are no new changes to commit or discard.
73
73
@@ -216,13 +216,13 @@ For example, if you made changes to `api` resources or `audit` resources, type `
216
216
{:/}
217
217
218
218
###Delete an application
219
-
Delete an application from Codefresh. Deleting an application deletes the manifest from the Git repository, and then from the cluster where it is deployed. When deleted from the cluster, the application is removed from theApplications dashboard in Codefresh.
219
+
Delete an application from Codefresh. Deleting an application deletes the manifest from the Git repository, and then from the cluster where it is deployed. When deleted from the cluster, the application is removed from theGitOps Apps dashboard in Codefresh.
220
220
221
221
>**Prune resources** in the application's General settings determines the scope of the delete action.
222
222
When selected, both the application and its resources are deleted. When cleared, only the application is deleted. For more information, review[Sync settings]({{site.baseurl}}/docs/deployments/gitops/create-application/#sync-settings).
223
223
Codefresh warns you of the implication of deleting the selected application in the Delete form.
224
224
225
-
1. In the Codefresh UI,go tothe[Applications dashboard](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
225
+
1. In the Codefresh UI,from Ops inthesidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard/list){:target="\_blank"}.
226
226
1. Select the application to delete.
227
227
1. Click the three dots for additional actions, and select**Delete**.
228
228
@@ -259,7 +259,7 @@ Control ongoing rollouts by resuming indefinitely paused steps, promoting rollou
259
259
{:/}
260
260
261
261
####Pause/resume ongoing rollouts
262
-
Pause and resume ongoing rollouts directly from the Timeline tab in theApplications dashboard.
262
+
Pause and resume ongoing rollouts directly from the Timeline tab in theGitOps Apps dashboard.
263
263
If the rollout is already automatically paused as result of a step definition, this action pauses the rollout even after the pause duration.
Copy file name to clipboardExpand all lines: _docs/quick-start/gitops-quickstart/create-app-ui.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ For detailed information, see [Create an application]({{site.baseurl}}/docs/depl
16
16
**How to**
17
17
18
18
19
-
1. In the Codefresh UI,go tothe[Applications](https://g.codefresh.io/2.0/applications-dashboard?sort=desc-lastUpdated){:target="\_blank"} dashboard.
19
+
1. In the Codefresh UI,from Ops inthesidebar, select[GitOps Apps](https://g.codefresh.io/2.0/applications-dashboard?sort=desc-lastUpdated){:target="\_blank"} dashboard.
20
20
1. Select**Add Application** on the top-right.
21
21
1. In the Add Application panel, add definitions for the application:
22
22
***Application name**:`codefresh-guestbook` for the quick start.