|
|
@@ -137,9 +137,6 @@ The following table lists the configurable parameters of the MinIO chart and the
|
|
|
| `image.tag` | MinIO image tag. Possible values listed [here](https://hub.docker.com/r/minio/minio/tags/). | `RELEASE.2020-11-06T23-17-07Z` |
|
|
|
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
|
|
| `imagePullSecrets` | List of container registry secrets | `[]` |
|
|
|
-| `mcImage.repository` | Client image repository | `minio/mc` |
|
|
|
-| `mcImage.tag` | mc image tag. Possible values listed [here](https://hub.docker.com/r/minio/mc/tags/). | `RELEASE.2020-10-03T02-54-56Z` |
|
|
|
-| `mcImage.pullPolicy` | mc Image pull policy | `IfNotPresent` |
|
|
|
| `trustedCertsSecret` | Kubernetes secret with trusted certificates to be mounted on `{{ .Values.certsPath }}/CAs` | `""` |
|
|
|
| `mode` | MinIO server mode (`standalone` or `distributed`) | `standalone` |
|
|
|
| `extraArgs` | Additional command line arguments to pass to the MinIO server | `[]` |
|