Skip to content

Commit 957d7e4

Browse files
committed
revert sealed secret paramterization - demo parameters not picked up in stack
1 parent 7d747c2 commit 957d7e4

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,39 @@ metadata:
100100
spec:
101101
generators:
102102
- matrix:
103-
generators:
103+
generators:licationSet`.
104+
** Spin up requirements like Minio and Postgres as `Application`.
105+
** Deploy Stackable Airflow manifests in their respective `Projects`.
106+
** DAGs are synced via Airflow gitsync, not ArgoCD.
107+
** Airflow uses the Kubernetes executor and write its logs to S3 / Minio.
108+
** DAGs can be started manually in the Airflow webserver UI
109+
110+
TODO: arch overview image
111+
112+
== ArgoCD UI
113+
114+
ArgoCD will be the first product that is deployed in this Demo. Once the pods are ready, you can port-forward the argocd-server in order to access the Web UI.
115+
104116
- list:
105117
elements:
106118
- operator: commons
107119
- operator: listener
108120
- operator: secret
109121
- operator: airflow
110122
- operator: druid
111-
- operator: hbase
123+
- operator: hbaselicationSet`.
124+
** Spin up requirements like Minio and Postgres as `Application`.
125+
** Deploy Stackable Airflow manifests in their respective `Projects`.
126+
** DAGs are synced via Airflow gitsync, not ArgoCD.
127+
** Airflow uses the Kubernetes executor and write its logs to S3 / Minio.
128+
** DAGs can be started manually in the Airflow webserver UI
129+
130+
TODO: arch overview image
131+
132+
== ArgoCD UI
133+
134+
ArgoCD will be the first product that is deployed in this Demo. Once the pods are ready, you can port-forward the argocd-server in order to access the Web UI.
135+
112136
- operator: hdfs
113137
- operator: hive
114138
- operator: kafka

stacks/argo-cd-git-ops/applications/sealed-secrets.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ spec:
1414
releaseName: sealed-secrets-controller
1515
valuesObject:
1616
secretName: sealed-secrets-key
17-
- repoURL: "{{ customGitUrl }}"
18-
targetRevision: "{{ customGitBranch }}"
17+
# TODO: This should be parameterized with customGitUrl and customGitBranch
18+
# Currently these parameters are defined in the demo-v2.yaml and are
19+
# not picked up in the stack - What to do?
20+
- repoURL: https://github.com/stackabletech/demos/
21+
targetRevision: spike/argocd-demo
1922
path: stacks/argo-cd-git-ops/secrets/
2023
destination:
2124
server: https://kubernetes.default.svc

0 commit comments

Comments
 (0)