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/modules/demos/pages/argo-cd-git-ops.adoc
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,21 +94,24 @@ This can be ignored in this case.
94
94
95
95
The ArgoCD Web UI entry page shows an overview of deployed applications, their status and other metadata as the repository or the date of the last synchronization run.
96
96
97
-
// TODO: Screenshot - Argo UI overview
97
+
image::argo-cd-git-ops/argocd-overview.png[]
98
98
99
99
Single applications can be inspected closer after clicking on e.g. the `airflow` project.
Detailed information about the Airflow cluster, the cluster status and deployed components can be accessed in the application details.
104
104
Additionally, if the Git repository and the cluster state itself differ, these differences can be previewed in a code diff preview.
105
105
106
-
// TODO: Screenshot - Argo UI - application details Network / List tab -> mark network tabs etc.
107
-
108
-
Per default in this demo, the ArgoCD `Sync Policy` is set to `auto-sync`. This means that changes to the Git repository are immediatly synced into the cluster.
106
+
Per default in this demo, the ArgoCD `Sync Policy` is set to `auto-sync`.
107
+
This means that changes to the Git repository are immediatly synced into the cluster.
109
108
This is nice in the demo case, but should be disabled for production use cases.
0 commit comments