First install the operator
helm install --namespace minio-operator --create-namespace operator minio-operator/operator
Create persistent volume (pv)
kubectl apply -f pv01.yaml
Install the tenant
helm install --values minio-tenant-values.yaml minio-tenant-00 minio-operator/tenant
References: