Merge pull request #1392 from bitnami/nginx-fix-duplicate

[bitnami/nginx-ingress-controller] Remove duplicated values
This commit is contained in:
Javier J. Salmerón-García
2019-09-04 15:59:50 +02:00
committed by GitHub
4 changed files with 1 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress-controller
version: 5.0.0
version: 5.0.1
appVersion: 0.25.1
description: Chart for the nginx Ingress controller
keywords:
@@ -182,8 +182,6 @@ Parameter | Description | Default
`serviceAccount.create` | If `true`, create a service account | ``
`serviceAccount.name` | The name of the service account to use. If not set and `create` is `true`, a name is generated using the fullname template. | ``
`revisionHistoryLimit` | The number of old history to retain to allow rollback. | `10`
`tcp` | TCP service key:value pairs | `{}`
`udp` | UDP service key:value pairs | `{}` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
@@ -508,15 +508,3 @@ podSecurityPolicy:
serviceAccount:
create: true
name:
# TCP service key:value pairs
# Ref: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/tcp
##
tcp: {}
# 8080: "default/example-tcp-svc:9000"
# UDP service key:value pairs
# Ref: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/udp
##
udp: {}
# 53: "kube-system/kube-dns:53"
@@ -508,15 +508,3 @@ podSecurityPolicy:
serviceAccount:
create: true
name:
# TCP service key:value pairs
# Ref: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/tcp
##
tcp: {}
# 8080: "default/example-tcp-svc:9000"
# UDP service key:value pairs
# Ref: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/udp
##
udp: {}
# 53: "kube-system/kube-dns:53"