Skip to content

Commit d86b018

Browse files
authored
Add missing argocd demo screenshots to docs (#292)
* add missing argocd screenshots to docs * fix typo * rm copy paste link * fixes * fix missing empty links
1 parent 778c231 commit d86b018

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed
173 KB
Loading
205 KB
Loading
274 KB
Loading
464 KB
Loading

docs/modules/demos/pages/argo-cd-git-ops.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,21 +94,24 @@ This can be ignored in this case.
9494

9595
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.
9696

97-
// TODO: Screenshot - Argo UI overview
97+
image::argo-cd-git-ops/argocd-overview.png[]
9898

9999
Single applications can be inspected closer after clicking on e.g. the `airflow` project.
100100

101-
// TODO: Screenshot - Argo UI - Airflow
101+
image::argo-cd-git-ops/argocd-airflow-application-overview.png[]
102102

103103
Detailed information about the Airflow cluster, the cluster status and deployed components can be accessed in the application details.
104104
Additionally, if the Git repository and the cluster state itself differ, these differences can be previewed in a code diff preview.
105105

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.
109108
This is nice in the demo case, but should be disabled for production use cases.
110109

111-
// TODO: Screenshot - Argo UI - applications/airflow/details
110+
image::argo-cd-git-ops/arcocd-airflow-application-details.png[]
111+
112+
More information about the cluster and e.g. networking can be displayed in the different tabs on the top right.
113+
114+
image::argo-cd-git-ops/arcocd-airflow-application-network.png[]
112115

113116
Now, after a quick overview of the ArgoCD web UI, the following part demonstrates how to sync and deploy Stackable operators via ArgoCD.
114117

0 commit comments

Comments
 (0)