diff --git a/_data/glossary/configmap.yaml b/_data/glossary/configmap.yaml index c434a779e5..587338ab4e 100644 --- a/_data/glossary/configmap.yaml +++ b/_data/glossary/configmap.yaml @@ -7,7 +7,7 @@ related: tags: - core-object short-description: > - Used to store non confidential data in key-value pairs and consumed as environment variables, command-line arguments, or config files in a volume + Used to store non-confidential data in key-value pairs and consumed as environment variables, command-line arguments, or config files in a {% glossary_tooltip text="volume" term_id="volume" %}. long-description: > Allows you to decouple configuration artifacts from image content to keep containerized applications portable. When storing confidential data use a [Secrets](https://kubernetes.io/docs/concepts/configuration/secret/).