docs: Fix typo

This commit is contained in:
Bernd Schorgers 2025-05-20 18:07:14 +02:00
parent ac560b471e
commit 8ba36a3f2b
No known key found for this signature in database

View file

@ -47,7 +47,7 @@ controllers:
The hardcoded `app.kubernetes.io/component` label that is used to target specific controllers has been renamed to `app.kubernetes.io/controller`.
!!! info
Because controller labels are considered is an immutable field, this means existing Deployments / StatefulSets / etc will have to be recreated.
Because controller labels are considered immutable by Kubernetes existing Deployments / StatefulSets / etc will have to be recreated.
## From 2.x.x to 3.0.x