From 7a43b1f7f84e316decbfcac7fe1ee1dc1bcea504 Mon Sep 17 00:00:00 2001 From: Zach Puckett Date: Tue, 5 Dec 2017 14:35:38 -0600 Subject: [PATCH] cleanup long description --- _data/glossary/secret.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/glossary/secret.yml b/_data/glossary/secret.yml index 8fd6e9d36b..b6e27dabcc 100644 --- a/_data/glossary/secret.yml +++ b/_data/glossary/secret.yml @@ -8,7 +8,7 @@ tags: - core-object - security short-description: > - stores sensitive information, such as passwords, OAuth tokens, and ssh keys. + Stores sensitive information, such as passwords, OAuth tokens, and ssh keys. long-description: > - Sensetive information stored in a Secret allows for more control over how it is used and reduces the risk of accidental exposure. + Allows for more control over how sensistive information is used and reduces the risk of accidental exposure. A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a volume mount or by the kubelet pulling images for a pod.