fix(Chart): Mismatch between values.yml and README.md

0d2c6db75e/charts/ingress-nginx/values.yaml (L458)

0d2c6db75e/charts/ingress-nginx/README.md (L183)
This commit is contained in:
Joris Garonian 2020-04-29 01:23:02 +10:00 committed by GitHub
parent 0d2c6db75e
commit 0f82342aa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -180,7 +180,7 @@ Parameter | Description | Default
`controller.tcp.annotations` | annotations to be added to tcp configmap | `{}` `controller.tcp.annotations` | annotations to be added to tcp configmap | `{}`
`controller.udp.configMapNamespace` | The udp-services-configmap namespace name | `""` `controller.udp.configMapNamespace` | The udp-services-configmap namespace name | `""`
`controller.udp.annotations` | annotations to be added to udp configmap | `{}` `controller.udp.annotations` | annotations to be added to udp configmap | `{}`
`defaultBackend.enabled` | Use default backend component | `true` `defaultBackend.enabled` | Use default backend component | `false`
`defaultBackend.image.repository` | default backend container image repository | `k8s.gcr.io/defaultbackend-amd64` `defaultBackend.image.repository` | default backend container image repository | `k8s.gcr.io/defaultbackend-amd64`
`defaultBackend.image.tag` | default backend container image tag | `1.5` `defaultBackend.image.tag` | default backend container image tag | `1.5`
`defaultBackend.image.pullPolicy` | default backend container image pull policy | `IfNotPresent` `defaultBackend.image.pullPolicy` | default backend container image pull policy | `IfNotPresent`