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