fix: typo daemonset.useHostPort for nginx-ingress (#4073)

This commit is contained in:
Tuan Anh Tran
2018-03-09 05:15:12 -08:00
committed by k8s-ci-robot
parent 463538ea1a
commit d55b665e45
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: nginx-ingress
version: 0.11.0
version: 0.11.1
appVersion: 0.11.0
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Nginx_logo.svg/500px-Nginx_logo.svg.png
@@ -98,13 +98,13 @@ spec:
- name: http
containerPort: 80
protocol: TCP
{{- if .Values.controller.daemonset.useHostPorts }}
{{- if .Values.controller.daemonset.useHostPort }}
hostPort: 80
{{- end }}
- name: https
containerPort: 443
protocol: TCP
{{- if .Values.controller.daemonset.useHostPorts }}
{{- if .Values.controller.daemonset.useHostPort }}
hostPort: 443
{{- end }}
{{- if .Values.controller.stats.enabled }}