chore(trino): rename env-vars

This commit is contained in:
Masaki Yatsu
2025-10-28 21:48:37 +09:00
parent 2092e7e9fb
commit fd0c359407
3 changed files with 14 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ catalogs:
connector.name=tpch
tpch.splits-per-node=4
{{- if .Env.TRINO_MINIO_ENABLED }}
{{- if .Env.TRINO_ICEBERG_ENABLED }}
iceberg: |
connector.name=iceberg
iceberg.catalog.type=rest
@@ -312,7 +312,7 @@ env:
name: trino-postgres-secret
key: password
{{- end }}
{{- if .Env.TRINO_MINIO_ENABLED }}
{{- if .Env.TRINO_ICEBERG_ENABLED }}
- name: MINIO_ACCESS_KEY
valueFrom:
secretKeyRef: