[bitnami/minio] Fix typo

Co-Authored-By: Alejandro Moreno <47833905+alemorcuq@users.noreply.github.com>
This commit is contained in:
Michael Schaefermeyer
2020-01-27 13:32:13 +01:00
committed by GitHub
parent 6cfa8efdd4
commit 4349a4c4f5

View File

@@ -121,7 +121,7 @@ The following table lists the configurable parameters of the MinIO chart and the
| `service.nodePort` | Port to bind to for NodePort service type | `nil` |
| `service.loadBalancerIP` | Static IP Address to use for LoadBalancer service type | `nil` |
| `service.annotations` | Kubernetes service annotations | `{}` |
| `ingress.enabled` | Enable/diasable ingress | `false` |
| `ingress.enabled` | Enable/disable ingress | `false` |
| `ingress.certManager` | Add annotations for cert-manager | `false` |
| `ingress.annotations` | Ingress annotations | `[]` |
| `ingress.hosts[0].name` | Hostname to your MinIO installation | `minio.local` |