Skip to content

Commit 5e3498b

Browse files
committed
install all operators via argo
1 parent 945cbf2 commit 5e3498b

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

demos/demos-v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ demos:
55
stackableStack: argocd
66
labels:
77
- argocd
8+
- git ops
89
- airflow
910
- job-scheduling
1011
manifests:

stacks/argo-cd/applicationsets/stackable-operators.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ spec:
77
generators:
88
- list:
99
elements:
10-
# Left out as currently installed via stackablectl
11-
# operator: commons
12-
# operator: listener
13-
# operator: secret
10+
- operator: commons
11+
- operator: listener
12+
- operator: secret
1413
- operator: airflow
1514
- operator: druid
1615
- operator: hbase

stacks/stacks-v2.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ stacks:
33
argocd:
44
description: Deploying Stackable Demos with ArgoCD
55
stackableRelease: dev
6-
# TODO: We actually want to deploy all operators via ArgoCD, but we currently *have to* install
7-
# operators with stackablectl. Therefore we install the internal operators via stackablectl.
8-
# stackableOperators: []
9-
stackableOperators:
10-
- listener
11-
- commons
12-
- secret
6+
stackableOperators: ["argo-deploys-operators"]
137
labels:
148
- argocd
159
- sealed secrets
16-
- airflow
10+
- git ops
1711
manifests:
1812
- helmChart: stacks/_templates/argo-cd.yaml
1913
################################

0 commit comments

Comments
 (0)