Add glossary_tooltip for StatefulSet

This commit is contained in:
Anubhav Vardhan
2022-01-11 10:26:58 +05:30
committed by GitHub
parent 0872e8ec51
commit f6ae550af4
@@ -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