From 7c0318ac2510771fa22a5991683c91ed3ab2691d Mon Sep 17 00:00:00 2001 From: Zach Puckett Date: Tue, 5 Dec 2017 15:57:55 -0600 Subject: [PATCH] fix case --- _data/glossary/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/glossary/configmap.yaml b/_data/glossary/configmap.yaml index cba89b9062..c434a779e5 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 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/).