From c783c59560d32fcaca8fb1ed36c1673b5cced515 Mon Sep 17 00:00:00 2001 From: Rudy Attias Date: Sat, 1 Sep 2018 04:05:56 -0400 Subject: [PATCH] suport wildcard certificates (#7429) * suport wildcard certificates quote is required to support wildcard certificates Signed-off-by: Rudy Attias * bump grafana version Signed-off-by: Rudy Attias --- stable/grafana/Chart.yaml | 2 +- stable/grafana/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/grafana/Chart.yaml b/stable/grafana/Chart.yaml index 9bb01dafea..496d1f8159 100755 --- a/stable/grafana/Chart.yaml +++ b/stable/grafana/Chart.yaml @@ -1,5 +1,5 @@ name: grafana -version: 1.14.1 +version: 1.14.2 appVersion: 5.2.3 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/stable/grafana/templates/ingress.yaml b/stable/grafana/templates/ingress.yaml index 307166f324..489734547d 100644 --- a/stable/grafana/templates/ingress.yaml +++ b/stable/grafana/templates/ingress.yaml @@ -24,7 +24,7 @@ spec: {{- range .Values.ingress.tls }} - hosts: {{- range .hosts }} - - {{ . }} + - {{ . | quote }} {{- end }} secretName: {{ .secretName }} {{- end }}