add ingress Hostname an ApiVersion to docs (#11576)

Signed-off-by: Elieser Pereira <elieser.pereiraa@gmail.com>
This commit is contained in:
elieser1101
2019-02-20 07:34:59 -08:00
committed by Kubernetes Prow Robot
parent 0d99110283
commit 4d3e771372
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.32.8
version: 0.32.9
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+2
View File
@@ -72,6 +72,8 @@ The following tables list the configurable parameters of the Jenkins chart and t
| `Master.JMXPort` | Open a port, for JMX stats | Not set |
| `Master.ExtraPorts` | Open extra ports, for other uses | Not set |
| `Master.OverwriteConfig` | Replace config w/ ConfigMap on boot | `false` |
| `Master.HostName` | Enables chart ingress, ingress host path | Not set |
| `Master.Ingress.ApiVersion` | Ingress api version | Not set |
| `Master.Ingress.Annotations` | Ingress annotations | `{}` |
| `Master.Ingress.Labels` | Ingress labels | `{}` |
| `Master.Ingress.Path` | Ingress path | Not set |