Skip to content

Commit 861b1e6

Browse files
committed
renamed stack, remove logging config, correct password
1 parent e9441c7 commit 861b1e6

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

stacks/airflow-trino-dbt/airflow.yaml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
productVersion: 3.0.6
99
pullPolicy: IfNotPresent
1010
clusterConfig:
11-
vectorAggregatorConfigMapName: vector-aggregator-discovery
1211
authorization:
1312
opa:
1413
configMapName: opa
@@ -30,8 +29,6 @@ spec:
3029
roleConfig:
3130
listenerClass: external-stable
3231
config:
33-
logging:
34-
enableVectorAgent: true
3532
resources:
3633
cpu:
3734
min: "2"
@@ -43,8 +40,6 @@ spec:
4340
replicas: 1
4441
celeryExecutors:
4542
config:
46-
logging:
47-
enableVectorAgent: true
4843
resources:
4944
cpu:
5045
min: "2"
@@ -57,23 +52,14 @@ spec:
5752
# kubernetesExecutors:
5853
# config: {}
5954
schedulers:
60-
config:
61-
logging:
62-
enableVectorAgent: true
6355
roleGroups:
6456
default:
6557
replicas: 1
6658
dagProcessors:
67-
config:
68-
logging:
69-
enableVectorAgent: true
7059
roleGroups:
7160
default:
7261
replicas: 1
7362
triggerers:
74-
config:
75-
logging:
76-
enableVectorAgent: true
7763
roleGroups:
7864
default:
7965
replicas: 1
@@ -139,8 +125,8 @@ data:
139125
name="TRINO_PASSWORD",
140126
value_from=V1EnvVarSource(
141127
secret_key_ref=V1SecretKeySelector(
142-
name="demo-password",
143-
key="password"
128+
name="airflow-credentials",
129+
key="adminUser.password"
144130
)
145131
)
146132
),

stacks/stacks-v2.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ stacks:
408408
- name: minioAdminPassword
409409
description: Password of the MinIO admin user
410410
default: adminadmin
411-
airflow-trino-iceberg:
411+
airflow-trino-dbt:
412412
description: Stack containing Airflow and Trino using Apache Iceberg as a S3 backend for dbt jobs
413413
stackableRelease: dev
414414
stackableOperators:
@@ -428,15 +428,15 @@ stacks:
428428
manifests:
429429
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
430430
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-airflow.yaml
431-
- helmChart: stacks/trino-iceberg/redis-airflow.yaml
431+
- helmChart: stacks/airflow-trino-dbt/redis-airflow.yaml
432432
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/trino-iceberg/s3-connection.yaml
433433
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/minio-tls/rendered-chart.yaml
434-
- plainYaml: stacks/trino-iceberg/hive-metastores.yaml
435-
- plainYaml: stacks/trino-iceberg/trino.yaml
436-
- plainYaml: stacks/trino-iceberg/airflow.yaml
437-
- plainYaml: stacks/trino-iceberg/rbac.yaml
438-
- plainYaml: stacks/trino-iceberg/opa-rules.yaml
439-
- plainYaml: stacks/trino-iceberg/opa.yaml
434+
- plainYaml: stacks/airflow-trino-dbt/hive-metastores.yaml
435+
- plainYaml: stacks/airflow-trino-dbt/trino.yaml
436+
- plainYaml: stacks/airflow-trino-dbt/airflow.yaml
437+
- plainYaml: stacks/airflow-trino-dbt/rbac.yaml
438+
- plainYaml: stacks/airflow-trino-dbt/opa-rules.yaml
439+
- plainYaml: stacks/airflow-trino-dbt/opa.yaml
440440
supportedNamespaces: ["default"]
441441
parameters:
442442
- name: trinoAdminPassword

0 commit comments

Comments
 (0)