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

d6437f8061/charts/ingress-nginx/values.yaml (L458)

d6437f8061/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 d6437f8061
commit 23228ed3cd

View file

@ -180,7 +180,7 @@ Parameter | Description | Default
`controller.tcp.annotations` | annotations to be added to tcp configmap | `{}`
`controller.udp.configMapNamespace` | The udp-services-configmap namespace name | `""`
`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.tag` | default backend container image tag | `1.5`
`defaultBackend.image.pullPolicy` | default backend container image pull policy | `IfNotPresent`