diff --git a/docs/kubernetes/README.md b/docs/kubernetes/README.md
index e5fc833ff0ea2abb264e69dae81c837e59de5366..58be30c13903673d739d800b2fc55797354fc955 100644
--- a/docs/kubernetes/README.md
+++ b/docs/kubernetes/README.md
@@ -159,10 +159,10 @@ During the initialization of the CSI controller, the default location for all vo
 
 It is possible to set labels for all newly created volumes. By default, all volumes are labeled as follows:
 
-- `csi.storage.k8s.io/pvc/name`
-- `csi.storage.k8s.io/pvc/namespace`
-- `csi.storage.k8s.io/pv/name`
-- `csi.hetzner.cloud/created-by=csi-driver`
+- `pvc-name`
+- `pvc-namespace`
+- `pv-name`
+- `managed-by=csi-driver`
 
 To add extra labels to all created volumes set `HCLOUD_VOLUME_EXTRA_LABELS` in the format `key=value,...`.
 This is also configurable from the Helm chart by the value `controller.volumeExtraLabels`, e.g: