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.
This commit is contained in:
koushik-ms
2022-04-04 11:53:55 +02:00
committed by GitHub
parent 51354ee826
commit 9b9e56f5de
@@ -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