mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/consul] Fix render error when ingress is enabled (#4104)
Closes #4103
This commit is contained in:
committed by
k8s-ci-robot
parent
e715e76d10
commit
762d97f97b
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user