Skip to content

Commit 8cf5198

Browse files
committed
trim whitespaces
1 parent 71ac5c7 commit 8cf5198

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The key points to show are:
2727
** Use Airflow and {airflow-git-sync}[git-sync] to fetch DAGs from a Git repository
2828
** Add or update existing DAGs by commiting to the Git repository
2929
30-
ArgoCD and other deployed products and dependencies are illustrated in the following diagram:
30+
ArgoCD and other deployed products and dependencies are illustrated in the following diagram:
3131

3232
image::argo-cd-git-ops/architecture-overview.drawio.svg[]
3333

@@ -76,7 +76,7 @@ When managing all resources and configuration via Git, deploying sensitive data
7676

7777
There are multiple solutions to this such as Hashicorp or Bitwarden, which depend heavily on the infrastructure already available.
7878

79-
For the sake of this demo, {sealed-secrets}[Bitnami's Sealed Secrets] are utilized.
79+
For the sake of this demo, {sealed-secrets}[Bitnami's Sealed Secrets] are utilized.
8080
Sensitive data is encrypted as a `SealedSecret` before commiting to the Git repository, synced via ArgoCD and decrypted by the Sealed Secrets controller into a standard Kubernetes `Secret`.
8181

8282
This way, everything will be stored and managed in Git.
@@ -121,7 +121,7 @@ The Stackable operators are deployed via ArgoCD using the Stackable Helm charts
121121
`ApplicationSets` allow templating, which is required to e.g. manage and deploy to multi cluster environments (e.g. development - staging - production),
122122
using different versions and Git sources (repository & branch) as well as the possibility to deploy to different clusters.
123123

124-
NOTE: This demo does not use a multi cluster environment for the sake of simplicity.
124+
NOTE: This demo does not use a multi cluster environment for the sake of simplicity.
125125

126126
The following part is dives deeper into the definition of theStackable operator `ApplicationSet` and can be skipped.
127127

@@ -179,7 +179,7 @@ spec:
179179
# targetRevision: 25.7.0
180180
###########################################################################################
181181
# Production cluster: Currently running release 25.3.0 and awaiting upgrade to 25.7.0
182-
###########################################################################################
182+
###########################################################################################
183183
# - cluster: production
184184
# server: https://kubernetes-production.default.svc
185185
# targetRevision: 25.3.0
@@ -267,7 +267,7 @@ More information is displayed here, and the DAG logs written by the Kubernetes E
267267

268268
image::argo-cd-git-ops/airflow-dag-run-logs.png[]
269269

270-
In the logs, the output of the DAG is printed under a line containing `Output:`, the timestamp of the DAG run.
270+
In the logs, the output of the DAG is printed under a line containing `Output:`, the timestamp of the DAG run.
271271

272272
== Minio
273273

@@ -282,7 +282,7 @@ kubectl --namespace minio port-forward service/minio-console 9001:9001
282282
Minio then is reachable via `https://localhost:9001` with username `admin` and password `adminadmin`.
283283
After the successful Airflow DAG run, logs should be stored in `demo/airflow-task-logs`.
284284

285-
NOTE: There will be an initial warning from the browser, stating that the site is insecure due to self-signed certificates.
285+
NOTE: There will be an initial warning from the browser, stating that the site is insecure due to self-signed certificates.
286286
This can be ignored in this case.
287287

288288
image::argo-cd-git-ops/minio-dag-run-logs.png[]

0 commit comments

Comments
 (0)