Skip to content

Commit 5b507df

Browse files
authored
Merge pull request #32749 from koushik-ms/patch-1
Manage TLS Certificates in a Cluster: Fix typo in template for glossary reference
2 parents e6c526b + 9b9e56f commit 5b507df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/tls/managing-tls-in-a-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ kubectl create secret tls server --cert server.crt --key server-key.pem
308308
secret/server created
309309
```
310310

311-
Finally, you can populate `ca.pem` into a {< glossary_tooltip text="ConfigMap" term_id="configmap" >}}
311+
Finally, you can populate `ca.pem` into a {{< glossary_tooltip text="ConfigMap" term_id="configmap" >}}
312312
and use it as the trust root to verify the serving certificate:
313313

314314
```shell

0 commit comments

Comments
 (0)