Skip to content

Commit 996f433

Browse files
authored
Fix Common Name in Ingress TLS example to match the name used in example yaml.
1 parent e2233f5 commit 996f433

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)