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

This commit is contained in:
Joseph Heck
2018-11-19 10:23:49 -08:00
committed by k8s-ci-robot
parent 9ceb6650d6
commit 486f5d01b0
@@ -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