From 189a664a23f8c7e32789bc219d3e5642fe488e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 21:27:49 +0200 Subject: [PATCH] fix secret --- deploy/minio-tenant/secret.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/minio-tenant/secret.yaml b/deploy/minio-tenant/secret.yaml index 65852b4..3526acf 100644 --- a/deploy/minio-tenant/secret.yaml +++ b/deploy/minio-tenant/secret.yaml @@ -7,6 +7,7 @@ stringData: config.env: |- export MINIO_ROOT_USER="minio" export MINIO_ROOT_PASSWORD="minio123" + export MINIO_DOMAIN="s3.minio.panic.haus" type: Opaque --- apiVersion: v1