Skip to content

Commit 6b538b1

Browse files
committed
change demo name to argo-cd-git-ops
1 parent 75e21f0 commit 6b538b1

22 files changed

Lines changed: 16 additions & 16 deletions

demos/argo-cd/applications/airflow-postgres.yaml renamed to demos/argo-cd-git-ops/applications/airflow-postgres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
existingSecret: postgresql-credentials
2727
- repoURL: "{{ customGitUrl }}"
2828
targetRevision: "{{ customGitBranch }}"
29-
path: demos/argo-cd/manifests/airflow-postgres/
29+
path: demos/argo-cd-git-ops/manifests/airflow-postgres/
3030
syncPolicy:
3131
syncOptions:
3232
- CreateNamespace=true

demos/argo-cd/applications/airflow.yaml renamed to demos/argo-cd-git-ops/applications/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
source:
1212
repoURL: "{{ customGitUrl }}"
1313
targetRevision: "{{ customGitBranch }}"
14-
path: demos/argo-cd/manifests/airflow/
14+
path: demos/argo-cd-git-ops/manifests/airflow/
1515
syncPolicy:
1616
syncOptions:
1717
- CreateNamespace=true

demos/argo-cd/applications/minio.yaml renamed to demos/argo-cd-git-ops/applications/minio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
source:
1212
repoURL: "{{ customGitUrl }}"
1313
targetRevision: "{{ customGitBranch }}"
14-
path: demos/argo-cd/manifests/minio/
14+
path: demos/argo-cd-git-ops/manifests/minio/
1515
syncPolicy:
1616
syncOptions:
1717
- CreateNamespace=true

demos/argo-cd/manifests/airflow-postgres/sealed-airflow-postgres-credentials.yaml renamed to demos/argo-cd-git-ops/manifests/airflow-postgres/sealed-airflow-postgres-credentials.yaml

File renamed without changes.

demos/argo-cd/manifests/airflow/airflow-spark-clusterrole.yaml renamed to demos/argo-cd-git-ops/manifests/airflow/airflow-spark-clusterrole.yaml

File renamed without changes.

demos/argo-cd/manifests/airflow/airflow-spark-clusterrolebinding.yaml renamed to demos/argo-cd-git-ops/manifests/airflow/airflow-spark-clusterrolebinding.yaml

File renamed without changes.

demos/argo-cd/manifests/airflow/airflow.yaml renamed to demos/argo-cd-git-ops/manifests/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
dagsGitSync:
2323
- repo: https://github.com/stackabletech/demos/
2424
branch: spike/argocd-demo
25-
gitFolder: "demos/argo-cd/dags"
25+
gitFolder: "demos/argo-cd-git-ops/dags"
2626
depth: 2
2727
volumes:
2828
- name: minio-tls

demos/argo-cd/manifests/airflow/sealed-airflow-credentials.yaml renamed to demos/argo-cd-git-ops/manifests/airflow/sealed-airflow-credentials.yaml

File renamed without changes.

0 commit comments

Comments
 (0)