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:
Robert Van Voorhees
2019-07-13 16:31:03 -07:00
committed by Kubernetes Prow Robot
parent 83909ebe30
commit 3c67bc2ad4
2 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -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.
+1 -7
View File
@@ -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 }}