Add env in config for s3

This commit is contained in:
Benedith Mulongo 2024-12-10 18:25:26 +01:00
parent 792e9429c3
commit dc96327f2f
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -312,10 +312,11 @@ catalogs:
fs.native-s3.enabled=true
hive.metastore: file
hive.metastore.catalog.dir: s3a://delta-lake-test/
s3.aws-access-key={{ .Values.MINIO_ACCESS_KEY }}
s3.aws-secret-key={{ .Values.MINIO_SECRET_KEY }}
s3.endpoint={{ .Values.MINIO_ENDPOINT_URL }}
s3.aws-access-key={{ENV:MINIO_ACCESS_KEY }}
s3.aws-secret-key={{ENV:MINIO_SECRET_KEY }}
s3.endpoint={{ENV:MINIO_ENDPOINT_URL }}
s3.path-style-access=true
# catalogs -- Configure
# [catalogs](https://trino.io/docs/current/installation/deployment.html#catalog-properties).
# @raw