Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit e70a65f

Browse files
committed
Update minio name
1 parent d107c53 commit e70a65f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

stacks/data-warehouse-iceberg-trino-spark/hive-metastores.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kind: S3Connection
4242
metadata:
4343
name: hive
4444
spec:
45-
host: minio-trino
45+
host: minio
4646
port: 9000
4747
accessStyle: Path
4848
credentials:

stacks/data-warehouse-iceberg-trino-spark/trino.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ kind: S3Connection
105105
metadata:
106106
name: trino
107107
spec:
108-
host: minio-trino
108+
host: minio
109109
port: 9000
110110
accessStyle: Path
111111
credentials:

stacks/stacks-v1.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ _templates:
6565
consoleService:
6666
type: NodePort
6767
nodePort: null
68-
- helmChart: &template-minio-trino-distributed
69-
releaseName: minio-trino
68+
- helmChart: &template-minio-distributed
69+
releaseName: minio
7070
name: minio
7171
repo:
7272
name: minio
@@ -188,7 +188,7 @@ stacks:
188188
- minio
189189
- s3
190190
manifests:
191-
- helmChart: *template-minio-trino-distributed
191+
- helmChart: *template-minio-distributed
192192
- helmChart: *template-postgresql-hive
193193
- helmChart: *template-postgresql-hive-iceberg
194194
- helmChart: *template-postgresql-superset

0 commit comments

Comments
 (0)