This repository was archived by the owner on Feb 16, 2024. It is now read-only.
File tree 3 files changed +5
-5
lines changed
data-warehouse-iceberg-trino-spark
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kind: S3Connection
42
42
metadata :
43
43
name : hive
44
44
spec :
45
- host : minio-trino
45
+ host : minio
46
46
port : 9000
47
47
accessStyle : Path
48
48
credentials :
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ kind: S3Connection
105
105
metadata :
106
106
name : trino
107
107
spec :
108
- host : minio-trino
108
+ host : minio
109
109
port : 9000
110
110
accessStyle : Path
111
111
credentials :
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ _templates:
65
65
consoleService :
66
66
type : NodePort
67
67
nodePort : null
68
- - helmChart : &template-minio-trino- distributed
69
- releaseName : minio-trino
68
+ - helmChart : &template-minio-distributed
69
+ releaseName : minio
70
70
name : minio
71
71
repo :
72
72
name : minio
@@ -188,7 +188,7 @@ stacks:
188
188
- minio
189
189
- s3
190
190
manifests :
191
- - helmChart : *template-minio-trino- distributed
191
+ - helmChart : *template-minio-distributed
192
192
- helmChart : *template-postgresql-hive
193
193
- helmChart : *template-postgresql-hive-iceberg
194
194
- helmChart : *template-postgresql-superset
You can’t perform that action at this time.
0 commit comments