From f3b3af1febc3d9fde80c4283822efed4ad043f8c Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 12:39:16 +0200 Subject: [PATCH] Fix path --- charts/tenant/templates/minio-setup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tenant/templates/minio-setup.yaml b/charts/tenant/templates/minio-setup.yaml index 2dd7c42..6d0731b 100644 --- a/charts/tenant/templates/minio-setup.yaml +++ b/charts/tenant/templates/minio-setup.yaml @@ -37,7 +37,7 @@ spec: 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 + echo "hello tenant-{{ .Values.name }}" | mc pipe local/ref-tenant-{{ .Values.name }}/hello.txt # Inline policy generation to avoid missing mount issues cat < /tmp/policy.json