From 6fdbd778d520b7de84b05f593820ef9d4dfe508d Mon Sep 17 00:00:00 2001 From: Timofei Bredov <12125537+rebrendov@users.noreply.github.com> Date: Tue, 6 Dec 2022 00:22:02 +0300 Subject: [PATCH] Add minimal setup command to helm chart's readme (#16165) --- helm/minio/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/helm/minio/README.md b/helm/minio/README.md index b4256e4cb..6de4fb16b 100644 --- a/helm/minio/README.md +++ b/helm/minio/README.md @@ -32,6 +32,14 @@ helm install --namespace minio --set rootUser=rootuser,rootPassword=rootpass123 The command deploys MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. +### Installing the Chart (toy-setup) + +Minimal toy setup for testing purposes can be deployed using: + +```bash +helm install --set resources.requests.memory=512Mi --set replicas=1 --set persistence.enabled=false --set mode=standalone --set rootUser=rootuser,rootPassword=rootpass123 --generate-name minio/minio +``` + ### Upgrading the Chart You can use Helm to update MinIO version in a live release. Assuming your release is named as `my-release`, get the values using the command: