fix: add install by chart in Readme

This commit is contained in:
Ustuzhanin Anton 2021-02-17 01:23:09 +05:00
parent b4390ffd5b
commit 50f31fe33c
No known key found for this signature in database
GPG Key ID: D41880C7E7103E79

View File

@ -45,7 +45,21 @@ $ kubectl delete -f deploy/kubernetes/sample-busybox-pod.yaml
$ kubectl delete -f deploy/kubernetes/sample-seaweedfs-pvc.yaml
$ kubectl delete -f deploy/kubernetes/seaweedfs-csi.yaml
```
## Install by helm chart
1. Clone project
```bash
git clone https://github.com/seaweedfs/seaweedfs-csi-driver.git
```
2. Install
```bash
helm install seaweedfs-csi-driver ./seaweedfs-csi-driver/deploy/helm/seaweedfs-csi-driver
```
3. Clean up
```bash
helm uninstall seaweedfs-csi-driver
```
# License
[Apache v2 license](https://www.apache.org/licenses/LICENSE-2.0)