You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/overview/working-with-objects/common-labels.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ on every resource object.
40
40
|`app.kubernetes.io/version`| The current version of the application (e.g., a [SemVer 1.0](https://semver.org/spec/v1.0.0.html), revision hash, etc.) |`5.7.21`| string |
41
41
|`app.kubernetes.io/component`| The component within the architecture |`database`| string |
42
42
|`app.kubernetes.io/part-of`| The name of a higher level application this one is part of |`wordpress`| string |
43
-
|`app.kubernetes.io/managed-by`| The tool being used to manage the operation of an application |`helm`| string |
43
+
|`app.kubernetes.io/managed-by`| The tool being used to manage the operation of an application |`Helm`| string |
44
44
45
45
To illustrate these labels in action, consider the following {{< glossary_tooltip text="StatefulSet" term_id="statefulset" >}} object:
0 commit comments