diff --git a/_data/glossary/secret.yml b/_data/glossary/secret.yml index b2f7738fa8..8fd6e9d36b 100644 --- a/_data/glossary/secret.yml +++ b/_data/glossary/secret.yml @@ -11,4 +11,4 @@ short-description: > 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. - A {% glossary_tooltip text="Pod" term_id="pod" %} references the secret as a file in a {% glossary_tooltip text="Volume" term_id="volume" %} mount or by the kubelet pulling images for a pod. + 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.