From dd8ca38eb24d036b1f9a0dfc8696312d25f4a26f Mon Sep 17 00:00:00 2001 From: Trevor Hartman Date: Thu, 6 Apr 2017 04:17:51 -0600 Subject: [PATCH] [stable/minio] Document constraints on accessKey and secretKey (#871) * Document constraints on accessKey and secretKey via https://github.com/minio/minio/blob/master/docs/config/README.md * [stable/minio] align rightmost column separator * [stable/minio] align rightmost column separator again --- stable/minio/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minio/README.md b/stable/minio/README.md index 8d06b5f3ec..cc971f39a5 100644 --- a/stable/minio/README.md +++ b/stable/minio/README.md @@ -79,8 +79,8 @@ The following tables lists the configurable parameters of the Minio chart and th | `imagePullPolicy` | Image pull policy | `Always` | | `mode` | Minio server mode (`standalone`, `shared` or `distributed`)| `standalone` | | `replicas` | Number of nodes (applicable only for Minio distributed mode). Should be 4 <= x <= 16 | `4` | -| `accessKey` | Default access key | `AKIAIOSFODNN7EXAMPLE` | -| `secretKey` | Default secret key | `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY` | +| `accessKey` | Default access key (5 to 20 characters) | `AKIAIOSFODNN7EXAMPLE` | +| `secretKey` | Default secret key (8 to 40 characters) | `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY` | | `configPath` | Default config file location | `~/.minio` | | `mountPath` | Default mount location for persistent drive| `/export` | | `serviceType` | Kubernetes service type | `LoadBalancer` |