# storage-limbosolutions-com ## seaweedfs-csi - deploy ```bash kubectl create namespace storage-limbosolutions-com ``` ```bash helm repo add seaweedfs-csi-driver https://seaweedfs.github.io/seaweedfs-csi-driver/helm helm repo update seaweedfs-csi-driver ``` ```bash helm upgrade --install \ --set seaweedfsFiler=192.168.14.32:7888 \ --set storageClassName=storage-limbosolutions-com \ --set driverName=storage-limbosolutions-com-seaweedfs-csi \ --values=./seaweedfs-csi/helm-values.yaml \ storage-limbosolutions-com-seaweedfs-csi-driver seaweedfs-csi-driver/seaweedfs-csi-driver --namespace storage-limbosolutions-com ```