mirror of https://github.com/istio/istio.io.git
Fix typo in comment (#7444)
* Fix typo in comment * Fix typo copy-pasta
This commit is contained in:
parent
2f74cf4dfe
commit
30adaa35e1
|
@ -52,7 +52,7 @@ spec:
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
tls:
|
tls:
|
||||||
mode: SIMPLE
|
mode: SIMPLE
|
||||||
credentialName: ingress-cert # This should match the Certifcate secretName
|
credentialName: ingress-cert # This should match the Certificate secretName
|
||||||
hosts:
|
hosts:
|
||||||
- my.example.com # This should match a DNS name in the Certificate
|
- my.example.com # This should match a DNS name in the Certificate
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
@ -77,5 +77,5 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- my.example.com # This should match a DNS name in the Certificate
|
- my.example.com # This should match a DNS name in the Certificate
|
||||||
secretName: ingress-cert # This should match the Certifcate secretName
|
secretName: ingress-cert # This should match the Certificate secretName
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
Loading…
Reference in New Issue