diff --git a/storage-limbosolutions-com/deploy/helm/values.yaml b/storage-limbosolutions-com/deploy/helm/values.yaml index 358d015..7a2eeeb 100644 --- a/storage-limbosolutions-com/deploy/helm/values.yaml +++ b/storage-limbosolutions-com/deploy/helm/values.yaml @@ -1,13 +1,11 @@ -# host and port of your SeaweedFs filer -seaweedfsFiler: "SEAWEEDFS_FILER:8888" -storageClassName: "" + +seaweedfsFiler: "????:????" # # host and port of your SeaweedFs filer replace helm --set +storageClassName: storage-limbosolutions-com storageClassVolumeBindingMode: Immediate isDefaultStorageClass: false tlsSecret: "" imagePullPolicy: "Always" # "Always" - - -driverName: storage-limbosolutions-com-csi-driver +driverName: storage-limbosolutions-com-seaweedfs-csi controller: # nodeSelector: diff --git a/storage-limbosolutions-com/ops-scripts/apply.sh b/storage-limbosolutions-com/ops-scripts/apply.sh index 90cb00e..c23e8d0 100755 --- a/storage-limbosolutions-com/ops-scripts/apply.sh +++ b/storage-limbosolutions-com/ops-scripts/apply.sh @@ -8,7 +8,5 @@ helm repo update seaweedfs-csi-driver helm upgrade --install \ --set seaweedfsFiler=192.168.14.32:7888 \ ---set storageClassName=storage-limbosolutions-com \ ---set driverName=storage-limbosolutions-com-seaweedfs-csi \ --values=./storage-limbosolutions-com/deploy/helm/values.yaml \ storage-limbosolutions-com-seaweedfs-csi-driver seaweedfs-csi-driver/seaweedfs-csi-driver --namespace storage-limbosolutions-com \ No newline at end of file