Skip to content

Commit

Permalink
docs: fix chart name (#517)
Browse files Browse the repository at this point in the history
The chart's name is not correct in the install documentation, this change sets the correct name
  • Loading branch information
morremeyer authored Sep 30, 2023
1 parent 32a8099 commit bd179ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bd179ff

Please sign in to comment.