Skip to content

Commit 33f77f0

Browse files
authored
Merge pull request #24285 from psykulsk/patch-1
Fix Common Name in Ingress TLS docs to match the name used in example.
2 parents 6f1ec19 + 996f433 commit 33f77f0

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/services-networking

1 file changed

+1
-1
lines changed

content/en/docs/concepts/services-networking/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ type: kubernetes.io/tls
411411
Referencing this secret in an Ingress tells the Ingress controller to
412412
secure the channel from the client to the load balancer using TLS. You need to make
413413
sure the TLS secret you created came from a certificate that contains a Common
414-
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `sslexample.foo.com`.
414+
Name (CN), also known as a Fully Qualified Domain Name (FQDN) for `https-example.foo.com`.
415415

416416
{{< codenew file="service/networking/tls-example-ingress.yaml" >}}
417417

0 commit comments

Comments
 (0)