Fix typo in comment (#7444)

* Fix typo in comment

* Fix typo copy-pasta
This commit is contained in:
Brandon DuRette 2020-06-01 19:45:57 -05:00 committed by GitHub
parent 2f74cf4dfe
commit 30adaa35e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 >}}