From 45527c7732d7b43a0e2cc6b138a7ff1ec7c95601 Mon Sep 17 00:00:00 2001 From: Zach Puckett Date: Tue, 5 Dec 2017 16:28:42 -0600 Subject: [PATCH] set to singular --- _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 587338ab4e..ef308321b6 100644 --- a/_data/glossary/configmap.yaml +++ b/_data/glossary/configmap.yaml @@ -10,4 +10,4 @@ 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 {% 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/). + When storing confidential data use a [Secret](https://kubernetes.io/docs/concepts/configuration/secret/).