[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
This commit is contained in:
Trevor Hartman
2017-04-06 11:17:51 +01:00
committed by Adnan Abdulhussein
parent 1cb0851dce
commit dd8ca38eb2
+2 -2
View File
@@ -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` |