We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f7455 commit 52f780bCopy full SHA for 52f780b
charts/README.md
@@ -17,6 +17,7 @@ $ helm install csi-driver-smb csi-driver-smb-latest.tgz --namespace kube-system
17
### Install a specific version of Helm chart
18
Specify the version of the chart to be installed using the `--version` parameter.
19
```console
20
+helm repo add csi-driver-smb https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
21
helm install csi-driver-smb csi-driver-smb/csi-driver-smb --namespace kube-system --version v0.6.0
22
```
23
0 commit comments