glossary: move labels to label (#7486)

The term_id for Label is singular, but the file is plural. All the
rest of the terms in the glossary prefer singular for the glossary
reference. Harmonizing the label entry is helpful for consistency.

Update all in tree tooltip references at the same time.
This commit is contained in:
Sean Dague
2018-02-23 10:01:45 -08:00
committed by k8s-ci-robot
parent aa0d8f1e82
commit 34c656f32a
4 changed files with 4 additions and 4 deletions
@@ -34,7 +34,7 @@ As you may know, it's an antipattern to migrate an entire app (e.g. containerize
#### Pod configuration
Usually, you use {% glossary_tooltip text="labels" term_id="labels" %} and {% glossary_tooltip text="annotations" term_id="annotation" %} to attach metadata to your resources. To inject data into your resources, you'd likely create {% glossary_tooltip text="ConfigMaps" term_id="configmap" %} (for nonconfidential data) or {% glossary_tooltip text="Secrets" term_id="secret" %} (for confidential data).
Usually, you use {% glossary_tooltip text="labels" term_id="label" %} and {% glossary_tooltip text="annotations" term_id="annotation" %} to attach metadata to your resources. To inject data into your resources, you'd likely create {% glossary_tooltip text="ConfigMaps" term_id="configmap" %} (for nonconfidential data) or {% glossary_tooltip text="Secrets" term_id="secret" %} (for confidential data).
Below are some other, lesser-known ways of configuring your resources' Pods: