We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c526b + 9b9e56f commit 5b507dfCopy full SHA for 5b507df
content/en/docs/tasks/tls/managing-tls-in-a-cluster.md
@@ -308,7 +308,7 @@ kubectl create secret tls server --cert server.crt --key server-key.pem
308
secret/server created
309
```
310
311
-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" >}}
312
and use it as the trust root to verify the serving certificate:
313
314
```shell
0 commit comments