From 4709f6ba840ca80f03675ef17de8e25411ae58b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 20:50:20 +0200 Subject: [PATCH] fix typo --- deploy/minio-tenant/secret.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/minio-tenant/secret.yaml b/deploy/minio-tenant/secret.yaml index 951b2a9..e00fa54 100644 --- a/deploy/minio-tenant/secret.yaml +++ b/deploy/minio-tenant/secret.yaml @@ -8,8 +8,7 @@ stringData: export MINIO_ROOT_USER="minio" export MINIO_ROOT_PASSWORD="minio123" export MINIO_STORAGE_CLASS_STANDARD="EC:2" - export MINIO_BROWSER="on" - expoet MINIO_SERVER_URL="https://s3.minio.panic.haus" + export MINIO_SERVER_URL="https://s3.minio.panic.haus" type: Opaque --- apiVersion: v1