Merge pull request #32749 from koushik-ms/patch-1

Manage TLS Certificates in a Cluster: Fix typo in template for glossary reference
This commit is contained in:
Kubernetes Prow Robot 2022-04-04 03:32:10 -07:00 committed by GitHub
commit 5b507dfee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ kubectl create secret tls server --cert server.crt --key server-key.pem
secret/server created
```
Finally, you can populate `ca.pem` into a {< glossary_tooltip text="ConfigMap" term_id="configmap" >}}
Finally, you can populate `ca.pem` into a {{< glossary_tooltip text="ConfigMap" term_id="configmap" >}}
and use it as the trust root to verify the serving certificate:
```shell