making list of hosts under TLS more explicit, fixes #11065 (#11066)

pull/10496/head
Joseph Heck 2018-11-19 10:23:49 -08:00 committed by k8s-ci-robot
parent 9ceb6650d6
commit 486f5d01b0
1 changed files with 2 additions and 1 deletions

View File

@ -327,7 +327,8 @@ metadata:
name: tls-example-ingress
spec:
tls:
- hosts: sslexample.foo.com
- hosts:
- sslexample.foo.com
secretName: testsecret-tls
rules:
- host: sslexample.foo.com