From bd179ff4c42525bde97189fdde5f107987420ca6 Mon Sep 17 00:00:00 2001 From: morre Date: Sat, 30 Sep 2023 19:43:33 +0200 Subject: [PATCH] docs: fix chart name (#517) The chart's name is not correct in the install documentation, this change sets the correct name --- chart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/README.md b/chart/README.md index f28d34e8..fb914f5b 100644 --- a/chart/README.md +++ b/chart/README.md @@ -14,7 +14,7 @@ helm repo add hcloud https://charts.hetzner.cloud helm repo update hcloud # Install the latest version of the csi-driver chart. -helm install hcloud-csi hcloud/csi-driver -n kube-system +helm install hcloud-csi hcloud/hcloud-csi -n kube-system ``` Please note that a secret containing the Hetzner Cloud token is necessary. See the main [Kubernetes Deployment](../docs/kubernetes/README.md) guide.