mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Allow default TLS certs rather than requiring secret name for tls section. (#15499)
Signed-off-by: Robert Van Voorhees <rcvanvo@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
83909ebe30
commit
3c67bc2ad4
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: grafana
|
||||
version: 3.5.10
|
||||
version: 3.5.11
|
||||
appVersion: 6.2.5
|
||||
kubeVersion: "^1.8.0-0"
|
||||
description: The leading tool for querying and visualizing time series and metrics.
|
||||
|
||||
@@ -22,13 +22,7 @@ metadata:
|
||||
spec:
|
||||
{{- if .Values.ingress.tls }}
|
||||
tls:
|
||||
{{- range .Values.ingress.tls }}
|
||||
- hosts:
|
||||
{{- range .hosts }}
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
secretName: {{ .secretName }}
|
||||
{{- end }}
|
||||
{{ toYaml .Values.ingress.tls | indent 4 }}
|
||||
{{- end }}
|
||||
rules:
|
||||
{{- range .Values.ingress.hosts }}
|
||||
|
||||
Reference in New Issue
Block a user