Skip to content

Commit 9b9e56f

Browse files
authored
fix typo in template for glossary reference
Link to glossary term "ConfigMap" didn't render correctly due to a missing "{" at the beginning of template. This commit fixes it.
1 parent 51354ee commit 9b9e56f

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)