[stable/nginx-ingress] remove doc for unused value. fixes #4977 (#7091)

* remove doc for unused value. fixes #4977

* bump version
This commit is contained in:
David J. M. Karlsen
2018-08-17 13:58:48 -07:00
committed by k8s-ci-robot
parent b7cf1dc253
commit 55ddfcb86b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 0.25.0
version: 0.25.1
appVersion: 0.17.1
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
-1
View File
@@ -120,7 +120,6 @@ Parameter | Description | Default
`controller.metrics.service.loadBalancerIP` | IP address to assign to load balancer (if supported) | `""`
`controller.metrics.service.loadBalancerSourceRanges` | list of IP CIDRs allowed access to load balancer (if supported) | `[]`
`controller.metrics.service.servicePort` | Prometheus metrics service port | `9913`
`controller.metrics.service.targetPort` | Prometheus metrics target port | `10254`
`controller.metrics.service.type` | type of Prometheus metrics service to create | `ClusterIP`
`controller.customTemplate.configMapName` | configMap containing a custom nginx template | `""`
`controller.customTemplate.configMapKey` | configMap key containing the nginx template | `""`