From f6ae550af462500900467d2df2d4b244a83c540d Mon Sep 17 00:00:00 2001 From: Anubhav Vardhan Date: Tue, 11 Jan 2022 10:26:58 +0530 Subject: [PATCH] Add glossary_tooltip for StatefulSet --- .../concepts/overview/working-with-objects/common-labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/common-labels.md b/content/en/docs/concepts/overview/working-with-objects/common-labels.md index 3053544cd2..9dd68902da 100644 --- a/content/en/docs/concepts/overview/working-with-objects/common-labels.md +++ b/content/en/docs/concepts/overview/working-with-objects/common-labels.md @@ -42,7 +42,7 @@ on every resource object. | `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string | | `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string | -To illustrate these labels in action, consider the following StatefulSet object: +To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object: ```yaml apiVersion: apps/v1