Ingress tls secret name may be empty
This commit is contained in:
parent
6d7acd9677
commit
8e0de0403f
1 changed files with 2 additions and 0 deletions
|
@ -26,7 +26,9 @@ spec:
|
|||
{{- range .hosts }}
|
||||
- {{ . | quote }}
|
||||
{{- end }}
|
||||
{{- if .secretName }}
|
||||
secretName: {{ .secretName }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
rules:
|
||||
|
|
Loading…
Reference in a new issue