Skip to content

Commit 7d747c2

Browse files
committed
small fixes
1 parent a3ad536 commit 7d747c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install this demo on an existing Kubernetes cluster:
2323

2424
[source,console]
2525
----
26-
$ `stackablectl` demo install argo-cd-git-ops --namespace argo-cd
26+
$ stackablectl demo install argo-cd-git-ops --namespace argo-cd
2727
----
2828

2929
WARNING: This demo should not be run alongside other demos.
@@ -235,7 +235,7 @@ The Airflow Web UI is reachable via Nodeport or easier, using a port-forward:
235235
kubectl --namespace stackable-airflow port-forward service/airflow-webserver 8080
236236
----
237237

238-
In your browser, go to `https://localhost:8080` and login with username `admin` and password `adminadmin`.
238+
In your browser, go to `http://localhost:8080` and login with username `admin` and password `adminadmin`.
239239

240240
TODO: Screenshots
241241

@@ -269,7 +269,7 @@ Once this is pushed / merged, ArgoCD should sync the changes and you should see
269269

270270
=== Add new Airflow DAGs
271271

272-
Similar to ArgoCD, after adding a new DAG to the folder `demos/argo-cd-git-ops/dags`, Airflow should pick up the new DAG via gitsync.
272+
Similar to ArgoCD, after adding a new DAG to the folder `demos/argo-cd-git-ops/dags`, Airflow should pick up the new DAG via gitsync and display it in the UI.
273273

274274

275275

0 commit comments

Comments
 (0)