We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0872e8e commit f6ae550Copy full SHA for f6ae550
content/en/docs/concepts/overview/working-with-objects/common-labels.md
@@ -42,7 +42,7 @@ on every resource object.
42
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
43
| `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string |
44
45
-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:
46
47
```yaml
48
apiVersion: apps/v1
0 commit comments