Skip to content
Snippets Groups Projects
Unverified Commit 69f471e6 authored by Lukas Metzner's avatar Lukas Metzner Committed by GitHub
Browse files

docs: rename default labels on Volumes (#991)

parent 554d71a4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment