File tree Expand file tree Collapse file tree 3 files changed +34
-22
lines changed
Expand file tree Collapse file tree 3 files changed +34
-22
lines changed Original file line number Diff line number Diff line change @@ -153,3 +153,19 @@ data:
153153 startup_timeout_seconds=600
154154 )
155155 run_dbt
156+ ---
157+ apiVersion : v1
158+ kind : Secret
159+ metadata :
160+ name : airflow-credentials
161+ type : Opaque
162+ stringData :
163+ adminUser.username : admin
164+ adminUser.firstname : Airflow
165+ adminUser.lastname : Admin
166+ adminUser.email : airflow@airflow.com
167+ adminUser.password : {{ airflowAdminPassword }}
168+ connections.secretKey : " airflowSecretKey"
169+ connections.sqlalchemyDatabaseUri : postgresql+psycopg2://airflow:airflow@postgresql-airflow/airflow
170+ connections.celeryResultBackend : db+postgresql://airflow:airflow@postgresql-airflow/airflow
171+ connections.celeryBrokerUrl : redis://:redis@redis-airflow-master:6379/0
Original file line number Diff line number Diff line change 2424 k8sSearch :
2525 searchNamespace :
2626 pod : {}
27+ ---
28+ apiVersion : v1
29+ kind : Secret
30+ metadata :
31+ name : minio-s3-credentials
32+ labels :
33+ secrets.stackable.tech/class : minio-s3-credentials
34+ stringData :
35+ accessKey : admin
36+ secretKey : {{ minioAdminPassword }}
Original file line number Diff line number Diff line change 6666 userCredentialsSecret :
6767 name : trino-users
6868---
69+ apiVersion : v1
70+ kind : Secret
71+ metadata :
72+ name : trino-users
73+ type : kubernetes.io/opaque
74+ stringData :
75+ admin : " {{ trinoAdminPassword }}"
76+ ---
6977apiVersion : trino.stackable.tech/v1alpha1
7078kind : TrinoCatalog
7179metadata :
8088 s3 :
8189 reference : minio
8290---
83- apiVersion : trino.stackable.tech/v1alpha1
84- kind : TrinoCatalog
85- metadata :
86- name : dpx
87- labels :
88- trino : trino
89- spec :
90- connector :
91- generic :
92- connectorName : postgresql
93- properties :
94- connection-url :
95- value : jdbc:postgresql://140.238.212.205:55432/suva
96- connection-user :
97- valueFromSecret :
98- name : dpx-credentials
99- key : username
100- connection-password :
101- valueFromSecret :
102- name : dpx-credentials
103- key : password
104- ---
10591apiVersion : v1
10692kind : ConfigMap
10793metadata :
You can’t perform that action at this time.
0 commit comments