[stable/consul] Fix render error when ingress is enabled (#4104)

Closes #4103
This commit is contained in:
Jakub Dlugolecki
2018-03-12 07:17:12 -07:00
committed by k8s-ci-robot
parent e715e76d10
commit 762d97f97b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: consul
home: https://github.com/hashicorp/consul
version: 1.3.2
version: 1.3.3
appVersion: 1.0.0
description: Highly available and distributed service discovery and key-value store
designed with support for the modern data center to make distributed systems and
+1 -1
View File
@@ -13,7 +13,7 @@ metadata:
release: {{ .Release.Name | quote }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
component: "{{ .Release.Name }}-{{ .Values.Component }}"
name: "{{ template "fullname" . }}-ui"
name: "{{ template "consul.fullname" . }}-ui"
spec:
rules:
{{- range .Values.uiIngress.hosts }}