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/applications-dashboard.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -488,7 +488,7 @@ max-width="30%"
488
488
489
489
You can:
490
490
*[Monitor CI details by deployments](#monitor-ci-details-by-deployment)
491
-
*[Monitor updated resources by deployment](#monitor-updated-resources-by-deployment)
491
+
<!--* [Monitor updated resources by deployment](#monitor-updated-resources-by-deployment)-->
492
492
*[Monitor rollouts by deployment](#monitor-rollouts-by-deployment)
493
493
494
494
@@ -518,7 +518,8 @@ Each deployment record displays the complete CI history for that deployment.
518
518
* The **Committer** who made the changes.
519
519
520
520
521
-
### Monitor updated applications by deployment
521
+
<!---
522
+
### Monitor updated resources by deployment
522
523
Each deployment record also identifies the applications that were changed (created, updated, or removed) as part of that deployment in **Updated Applications**. You can trace the history, from the original to their final versions. For each version, you can see the actual change or changes through the Diff view. The Full View shows the complete resource manifest, with the diff view of the changes, while the Compact View shows only those lines with the changes.
523
524
524
525
> For detailed information on the current state of a resource, switch to the Current State tab and click the resource node. See [Monitoring application resources](#monitor-resources-for-selected-application).
@@ -561,7 +562,7 @@ alt="Full View of changes for updated resource"
561
562
caption="Full View of changes for updated resource"
Copy file name to clipboardExpand all lines: _docs/deployments/gitops/create-application.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,10 +111,19 @@ Advanced settings define the tool used to create the application, and related to
111
111
max-width="70%"
112
112
%}
113
113
114
+
{::nomarkdown}
115
+
</br>
116
+
{:/}
117
+
114
118
### ArgoCD Project
115
119
The project group to which the application belongs. A project is useful to enforce restrictions on permitted sources and targets for applications, and roles. If not defined, the application is automatically assigned to the `default` project, which is created automatically by Argo CD and has no restrictions.
116
120
For more information, see Argo CD's documentation on [Projects](https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#projects){:target="\_blank"}.
117
121
122
+
123
+
{::nomarkdown}
124
+
</br>
125
+
{:/}
126
+
118
127
### Propagation policy for application deletion
119
128
Defines how resources are pruned, applying Kubernetes cascading deletion prune policies when you delete the application.
120
129
For more information, see [Argo CD's app deletion](https://argo-cd.readthedocs.io/en/stable/user-guide/app_deletion/){:target="_blank"}.<!---(https://kubernetes.io/docs/concepts/architecture/garbage-collection/#cascading-deletion)-->.
@@ -125,6 +134,10 @@ For more information, see [Argo CD's app deletion](https://argo-cd.readthedocs.i
125
134
***Non-cascading**
126
135
When selected, Kubernetes deletes only the application and not its resources.
127
136
137
+
{::nomarkdown}
138
+
</br>
139
+
{:/}
140
+
128
141
### Type of Application
129
142
The tool used to create the application's manifests. Codefresh supports defining application manifests as a directory, Helm charts, or Kustomize. If you are using other tools to define application manifests, use the Plugin type. For more information, see the Argo CD's documentation on [Tools](https://argo-cd.readthedocs.io/en/stable/user-guide/application_sources/){:target="_blank"}.
0 commit comments