Changes in README

This commit is contained in:
Carlos Rodriguez Hernandez
2019-06-10 13:09:58 +00:00
parent a672193874
commit 7ac4ec09a0
32 changed files with 38 additions and 45 deletions

View File

@@ -58,7 +58,7 @@ The following table lists the configurable parameters of the MinIO chart and the
| `git.registry` | Git image registry | `docker.io` |
| `git.repository` | Git image name | `bitnami/git` |
| `git.tag` | Git image tag | `latest` |
| `git.pullPolicy` | Git image pull policy | `Always` |
| `git.pullPolicy` | Git image pull policy | `IfNotPresent` |
| `git.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `service.type` | Kubernetes service type | `ClusterIP` |
| `entrypoint.file` | Main entrypoint to your application. If not speficied, it will be a `sleep infinity` command | `''` |