You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install this demo on an existing Kubernetes cluster:
27
35
28
-
// TODO: We need a pointer here to the last paragraph (forking repo) if people want to "interact" and not just install the demo (install command requires extra parameters)
36
+
NOTE: In order to interact with the Git repository, this repository must be forked and additional parameters must be provided to `stackablectl`.
37
+
This is explained in more detail in the section <<interact-with-git-repository,How to interact with the Git repository>>.
29
38
30
39
[source,console]
31
40
----
@@ -288,7 +297,8 @@ This demo illustrates the combination of ArgoCD and Stackable, using the full po
288
297
289
298
As a last step, in order to synchronize changes made to manifests or secrets from the Git repository, the following paragraph demonstrates on how to run this demo on a forked GitHub repository.
290
299
291
-
== How to interact with ArgoCD and the Git repository
300
+
[#interact-with-git-repository]
301
+
== How to interact with ArgoCD, Airflow and the Git repository
292
302
293
303
Since this Demo is hosted in the {stackable-demo-repository}[Stackable Demo repository], where merging etc. requires approval, the recommendation is to fork the {stackable-demo-repository}[Stackable Demo repository].
294
304
This {github-fork}[GitHub tutorial] shows how to fork a repository.
@@ -311,7 +321,7 @@ Once this is pushed / merged, ArgoCD should sync the changes and you should see
311
321
312
322
=== Add new Airflow DAGs
313
323
314
-
In the `demos/argo-cd-git-ops/manifests/airflow/airflow.yaml` manifest you have to adapt the gitsync configuration for DAGs to the forked repository:
324
+
In the `demos/argo-cd-git-ops/manifests/airflow/airflow.yaml` manifest you have to adapt the git-sync configuration for DAGs to the forked repository:
315
325
316
326
[source,yaml]
317
327
----
@@ -321,4 +331,4 @@ In the `demos/argo-cd-git-ops/manifests/airflow/airflow.yaml` manifest you have
321
331
[...]
322
332
----
323
333
324
-
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.
334
+
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 git-sync and display it in the UI.
0 commit comments