aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-05-28 09:40:40 -0700
committerGitHub <noreply@github.com>2021-05-28 09:40:40 -0700
commit81f8d6313ead5bb6c380a8f9e2dcd682f1cc1840 (patch)
treea0439fb46e130c9abf50bb8a187d02206a1d5a72
parent45ba112fa1a77734d4d6f68eee45b25def53bb18 (diff)
parent55d23597971c87ec8542a3bc4c7f62a2ed79e985 (diff)
downloadseaweedfs-csi-driver-81f8d6313ead5bb6c380a8f9e2dcd682f1cc1840.tar.xz
seaweedfs-csi-driver-81f8d6313ead5bb6c380a8f9e2dcd682f1cc1840.zip
Merge pull request #22 from treo/master
-rw-r--r--deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml1
-rw-r--r--deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml2
2 files changed, 0 insertions, 3 deletions
diff --git a/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml b/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml
index 513b137..763495f 100644
--- a/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml
+++ b/deploy/helm/seaweedfs-csi-driver/templates/daemonset.yml
@@ -55,7 +55,6 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--filer=$(SEAWEEDFS_FILER)"
- "--nodeid=$(NODE_ID)"
- - "-v=9"
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
diff --git a/deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml b/deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml
index 665c36b..61d13e3 100644
--- a/deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml
+++ b/deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml
@@ -57,8 +57,6 @@ spec:
- "--endpoint=$(CSI_ENDPOINT)"
- "--filer=$(SEAWEEDFS_FILER)"
- "--nodeid=$(NODE_ID)"
- - -v
- - "9"
env:
- name: CSI_ENDPOINT
value: unix:///var/lib/csi/sockets/pluginproxy/csi.sock