Skip to content

Commit ddb189d

Browse files
committed
add newline for bullet points
1 parent 1797946 commit ddb189d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ and changes are automatically synchronized. This tutorial demonstrates how to de
2020
following Infrastructure-as-Code (IaC) and GitOps principles.
2121

2222
You will learn how to:
23+
2324
* Deploy Stackable operators and products via Git-managed manifests.
2425
* Use Sealed Secrets to securely manage sensitive credentials.
2526
* Update Airflow DAGs or modify deployments simply by committing to Git.
@@ -33,11 +34,13 @@ All products and manifests are synced and deployed via ArgoCD (except ArgoCD its
3334
== System requirements
3435

3536
To run this demo, ensure you have the following prerequisites:
37+
3638
* a Kubernetes Cluster (e.g., Kind, Minikube, or managed services like EKS, GKE, AKS).
3739
* `kubectl`: Installed and configured to access your cluster.
3840
* Optional: a GitHub account - required for forking and interacting with the demo repository.
3941

4042
Resource requirements for this demo:
43+
4144
* 15 {k8s-cpu}[cpu units] (core/hyperthread)
4245
* 15 GiB memory
4346
* 5 GiB disk storage
@@ -109,7 +112,7 @@ This is nice in the demo case, but should be disabled for production use cases.
109112

110113
image::argo-cd-git-ops/argocd-airflow-application-details.png[]
111114

112-
More information about the cluster and e.g. networking can be displayed in the different tabs on the top right.
115+
More information about th e cluster and e.g. networking can be displayed in the different tabs on the top right.
113116

114117
image::argo-cd-git-ops/argocd-airflow-application-network.png[]
115118

@@ -300,6 +303,7 @@ or integrate external secret stores like HashiCorp Vault for production use.
300303
This setup lays the foundation for a fully automated, scalable, and secure Kubernetes-based data platform.
301304

302305
This tutorial demonstrates how ArgoCD and Stackable can be combined to deliver a streamlined GitOps experience:
306+
303307
* All cluster resources and workloads are managed declaratively via Git.
304308
* ArgoCD continuously ensures the cluster state matches Git.
305309
* Sealed Secrets provide secure and auditable secret management.
@@ -310,6 +314,7 @@ and enforcing consistency.
310314
By adopting GitOps with ArgoCD and Stackable, teams gain a clear, auditable, and automated path from code to production.
311315

312316
Next steps:
317+
313318
* Explore multi-cluster ApplicationSet deployments to target multiple Kubernetes clusters.
314319
* Integrate CI workflows to automatically validate and merge manifest updates.
315320
* Expand beyond Airflow to manage additional Stackable components (e.g., Kafka, Trino, Superset).

0 commit comments

Comments
 (0)