From f6ae550af462500900467d2df2d4b244a83c540d Mon Sep 17 00:00:00 2001 From: Anubhav Vardhan Date: Tue, 11 Jan 2022 10:26:58 +0530 Subject: [PATCH 1/2] 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 From 5a5b4d8a70dcf595887b12d7b6d6403944f75662 Mon Sep 17 00:00:00 2001 From: Anubhav Vardhan Date: Tue, 11 Jan 2022 10:33:07 +0530 Subject: [PATCH 2/2] Comment YAML to specify excerpt --- .../docs/concepts/overview/working-with-objects/common-labels.md | 1 + 1 file changed, 1 insertion(+) 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 9dd68902da..210d33dcd4 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 @@ -45,6 +45,7 @@ on every resource object. To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object: ```yaml +# This is an excerpt apiVersion: apps/v1 kind: StatefulSet metadata: