Update csi-dev.md

This commit is contained in:
Andy Zhang 2020-08-12 09:59:09 +08:00 committed by GitHub
parent 13126daf6a
commit 450135d2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -89,3 +89,9 @@ wget -O csi-smb-node.yaml https://raw.githubusercontent.com/kubernetes-csi/csi-d
# edit csi-smb-node.yaml
kubectl apply -f csi-smb-node.yaml
```
### How to update chart index
```console
helm repo index charts --url=https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
```