File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
tests/templates/kuttl/overrides Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,24 @@ stringData:
11
11
adminUser.email: airflow@airflow.com
12
12
adminUser.password: airflow
13
13
connections.secretKey: thisISaSECRET_1234
14
- connections.sqlalchemyDatabaseUri: postgresql+psycopg2://airflow:airflow@airflow-postgresql.default.svc.cluster.local/airflow
15
- # Only needed when using celery workers (instead of Kubernetes executors)
16
- connections.celeryResultBackend: db+postgresql://airflow:airflow@airflow-postgresql.default.svc.cluster.local/airflow
14
+ connections.sqlalchemyDatabaseUri: postgresql+psycopg2://airflow:airflow@airflow-postgresql/airflow
15
+ connections.celeryResultBackend: db+postgresql://airflow:airflow@airflow-postgresql/airflow
16
+ connections.celeryBrokerUrl: redis://:redis@airflow-redis-master:6379/0
17
+ ---
18
+ apiVersion: v1
19
+ kind: Secret
20
+ metadata:
21
+ name: test-override
22
+ type: Opaque
23
+ stringData:
24
+ adminUser.username: airflow
25
+ adminUser.firstname: Airflow
26
+ adminUser.lastname: Admin
27
+ adminUser.email: airflow@airflow.com
28
+ adminUser.password: airflow
29
+ connections.secretKey: thisISaSECRET_1234
30
+ connections.sqlalchemyDatabaseUri: postgresql+psycopg2://airflow:airflow@airflow-postgresql/airflow
31
+ connections.celeryResultBackend: db+postgresql://airflow:airflow@airflow-postgresql/airflow
17
32
connections.celeryBrokerUrl: redis://:redis@airflow-redis-master:6379/0
18
33
---
19
34
apiVersion: airflow.stackable.tech/v1alpha1
29
44
listenerClass: external-unstable
30
45
credentialsSecret: airflow-credentials
31
46
webservers:
32
- envOverride :
47
+ envOverrides :
33
48
credentialsSecret: test-override
34
49
roleGroups:
35
50
default:
You can’t perform that action at this time.
0 commit comments