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

Commit 9ae3a08

Browse files
committed
Fix wrong MinIO user in trino-iceberg demo (#256)
## Description *Please add a description here. This will become the commit message of the merge request later.*
1 parent e264d2a commit 9ae3a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks/trino-iceberg/s3-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ metadata:
2727
labels:
2828
secrets.stackable.tech/class: minio-s3-credentials
2929
stringData:
30-
accessKey: minio
31-
secretKey: miniominio
30+
accessKey: admin
31+
secretKey: {{ minioAdminPassword }}

0 commit comments

Comments
 (0)