From 77b588c450bac20cc920dfbd539a7bde9c9e40ad Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 12:37:33 +0200 Subject: [PATCH] Added demo file to minio setup ref bucket --- charts/tenant/templates/minio-setup.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/tenant/templates/minio-setup.yaml b/charts/tenant/templates/minio-setup.yaml index 7629b6b..2dd7c42 100644 --- a/charts/tenant/templates/minio-setup.yaml +++ b/charts/tenant/templates/minio-setup.yaml @@ -36,6 +36,9 @@ spec: # Create user with generated credentials mc admin user add local tenant-{{ .Values.name }}-user "$SCOPED_SECRET" + # Add demo file + echo "hello tenant-{{ .Values.name }}" | mc pipe minioadmin/$BUCKET_REF/hello.txt + # Inline policy generation to avoid missing mount issues cat < /tmp/policy.json {