#!/bin/bash set -e kubectl kustomize ./storage-limbosolutions-com/deploy/infra | kubectl apply -f - helm repo add seaweedfs-csi-driver https://seaweedfs.github.io/seaweedfs-csi-driver/helm helm repo update seaweedfs-csi-driver helm upgrade --install \ --values=./storage-limbosolutions-com/deploy/helm/values.yaml \ --values=./storage-limbosolutions-com/deploy/helm/values.private.yaml \ storage-limbosolutions-com-seaweedfs-csi-driver seaweedfs-csi-driver/seaweedfs-csi-driver --namespace storage-limbosolutions-com