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
|
||||
tls:
|
||||
mode: SIMPLE
|
||||
credentialName: ingress-cert # This should match the Certifcate secretName
|
||||
credentialName: ingress-cert # This should match the Certificate secretName
|
||||
hosts:
|
||||
- my.example.com # This should match a DNS name in the Certificate
|
||||
{{< /text >}}
|
||||
|
@ -77,5 +77,5 @@ spec:
|
|||
tls:
|
||||
- hosts:
|
||||
- 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 >}}
|
||||
|
|
Loading…
Reference in New Issue