Add missing ingress docs on stable/docker-registry (#8921)

Signed-off-by: Martin F <gabel@users.noreply.github.com>
This commit is contained in:
Martin F
2018-10-31 05:05:05 -07:00
committed by k8s-ci-robot
parent 4ba6064a79
commit fa6eec2505
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Docker Registry
name: docker-registry
version: 1.6.0
version: 1.6.1
appVersion: 2.6.2
home: https://hub.docker.com/_/registry/
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
+5
View File
@@ -63,6 +63,11 @@ their default values.
| `swift.container` | Swift container | `nil` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | pod tolerations | `[]` |
| `ingress.enabled` | If true, Ingress will be created | `false` |
| `ingress.annotations` | Ingress annotations | `{}` |
| `ingress.path` | Ingress service path | `/` |
| `ingress.hosts` | Ingress hostnames | `[]` |
| `ingress.tls` | Ingress TLS configuration (YAML) | `[]` |
Specify each parameter using the `--set key=value[,key=value]` argument to
`helm install`.