Skip to content

Commit a432518

Browse files
committed
copy&paste fixes overview
1 parent ace9461 commit a432518

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/modules/demos/images/argo-cd-git-ops/architecture-overview.drawio.svg

Lines changed: 1 addition & 1 deletion
Loading

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,11 @@ The Airflow web UI is reachable via Nodeport or easier, using a port-forward:
256256

257257
[source,console]
258258
----
259-
kubectl --namespace stackable-airflow port-forward service/airflow-webserver 8081:8080
259+
kubectl --namespace stackable-airflow port-forward service/airflow-webserver 8080:8080
260260
----
261261

262262
In your browser, go to `http://localhost:8080` and login with username `admin` and password `adminadmin`.
263263

264-
TODO: Screenshots - start dag
265-
266264
=== Starting DAGs
267265

268266
TODO: screenshots?

0 commit comments

Comments
 (0)