Skip to content

Commit 976f234

Browse files
authored
Merge pull request #31281 from anubha-v-ardhan/glossary-toolstip-statefulset
Add glossary_tooltip for StatefulSet in Recommended labels
2 parents 98d8836 + 5a5b4d8 commit 976f234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/common-labels.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ on every resource object.
4242
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
4343
| `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string |
4444

45-
To illustrate these labels in action, consider the following StatefulSet object:
45+
To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
4646

4747
```yaml
48+
# This is an excerpt
4849
apiVersion: apps/v1
4950
kind: StatefulSet
5051
metadata:

0 commit comments

Comments
 (0)