Skip to content

Commit f6ae550

Browse files
Add glossary_tooltip for StatefulSet
1 parent 0872e8e commit f6ae550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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
4848
apiVersion: apps/v1

0 commit comments

Comments
 (0)