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.