From 3ee35c35ab1f336205e4b7b00cc176b42a28aab6 Mon Sep 17 00:00:00 2001 From: LocoRichard Date: Wed, 11 Aug 2021 11:16:18 +0800 Subject: [PATCH] Update deploy_s3.md --- site/en/deploy_and_maintain/deploy_s3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/en/deploy_and_maintain/deploy_s3.md b/site/en/deploy_and_maintain/deploy_s3.md index 34c7fbb21..92d4fd27d 100644 --- a/site/en/deploy_and_maintain/deploy_s3.md +++ b/site/en/deploy_and_maintain/deploy_s3.md @@ -43,7 +43,7 @@ Below are S3 configurations for Helm Charts installation: | externalS3.bucketName | S3 bucket name | | | minio.enabled | Enable or disable MinIO | true/false | -### Set up S3 using command line at startup +#### Set up S3 using command line at startup To deploy S3 for Milvus at the startup, run: @@ -51,7 +51,7 @@ To deploy S3 for Milvus at the startup, run: helm install milvus/milvus --set cluster.enabled=true --set externalS3.enabled=true --set externalS3.host='' --set externalS3.port= --set externalS3.accessKey= --set externalS3.secretKey= --set externalS3.bucketName= --set minio.enabled=false ``` -### Set up S3 via configuring **values.yaml** +#### Set up S3 via configuring **values.yaml** Configure the `minio` section in the **values.yaml** file as follow: